See: Description
Class | Description |
---|---|
JDBCBlob | |
JDBCBlobLocator | |
JDBCBlobLocatorInputStream | |
JDBCCallableStatement | |
JDBCClob | |
JDBCColumnMetaData | |
JDBCConnection |
The JDBCConnection class provides a JDBC connection
to a specific DB2 for IBM i database.
|
JDBCDatabaseMetaData |
The JDBCDatabaseMetaData class provides information
about the database as a whole.
|
JDBCDriver |
A JDBC 3.0 driver that accesses DB2 for IBM i databases.
|
JDBCError |
Utility class to report common SQL errors
|
JDBCParameterMetaData | |
JDBCPreparedStatement | |
JDBCResultSet |
Result sets created by this JDBC driver are FORWARD-ONLY and READ-ONLY;
getArray(), getObject(), and getRef() are not supported;
and LOBs and LOB locators have not been extensively tested.
|
JDBCResultSetMetaData | |
JDBCStatement |
Exception | Description |
---|---|
NotImplementedException |
Thrown by any JDBC method that is not yet implemented by this driver.
|
Provides a lightweight JDBC driver to
access IBM i databases.
For more information about the driver, see the documentation for JDBCDriver