Package | Description |
---|---|
com.ibm.as400.access |
Provides classes that represent various IBM i data and resources.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AS400JDBCConnectionImpl |
The AS400JDBCConnection class provides a JDBC connection
to a specific DB2 for IBM i database.
|
class |
AS400JDBCConnectionRedirect |
The AS400JDBCConnectionRedirect class provide a level of indirection above
AS400JDBCConnections.
|
Modifier and Type | Method | Description |
---|---|---|
Statement |
AS400JDBCConnectionImpl.createStatement(AS400JDBCConnection con) |
|
Statement |
AS400JDBCConnectionImpl.createStatement(AS400JDBCConnection con,
int resultSetType,
int resultSetConcurrency) |
|
Statement |
AS400JDBCConnectionImpl.createStatement(AS400JDBCConnection con,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability) |
|
String |
AS400JDBCConnectionImpl.nativeSQL(AS400JDBCConnection con,
String sql) |
|
CallableStatement |
AS400JDBCConnectionImpl.prepareCall(AS400JDBCConnection con,
String sql) |
|
CallableStatement |
AS400JDBCConnectionImpl.prepareCall(AS400JDBCConnection con,
String sql,
int resultSetType,
int resultSetConcurrency) |
|
CallableStatement |
AS400JDBCConnectionImpl.prepareCall(AS400JDBCConnection con,
String sql,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability) |
|
PreparedStatement |
AS400JDBCConnectionImpl.prepareStatement(AS400JDBCConnection con,
String sql) |
|
PreparedStatement |
AS400JDBCConnectionImpl.prepareStatement(AS400JDBCConnection con,
String sql,
int autoGeneratedKeys) |
|
PreparedStatement |
AS400JDBCConnectionImpl.prepareStatement(AS400JDBCConnection con,
String sql,
int[] columnIndexes) |
|
PreparedStatement |
AS400JDBCConnectionImpl.prepareStatement(AS400JDBCConnection con,
String sql,
int resultSetType,
int resultSetConcurrency) |
|
PreparedStatement |
AS400JDBCConnectionImpl.prepareStatement(AS400JDBCConnection con,
String sql,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability) |
|
PreparedStatement |
AS400JDBCConnectionImpl.prepareStatement(AS400JDBCConnection con,
String sql,
String[] columnNames) |
Constructor | Description |
---|---|
AS400JDBCConnectionAbortRunnable(AS400JDBCConnection connection) |
Copyright © 2024. All rights reserved.