Package com.ibm.jtopenlite.database.jdbc

The com.ibm.jtopenlite.database.jdbc provides a lightweight JDBC driver to access IBM i databases.

See:
          Description

Class Summary
JDBCBlob  
JDBCBlobLocator  
JDBCBlobLocatorInputStream  
JDBCCallableStatement  
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.
JDBCResultSetMetaData  
JDBCStatement  
 

Exception Summary
NotImplementedException Thrown by any JDBC method that is not yet implemented by this driver.
 

Package com.ibm.jtopenlite.database.jdbc Description

The com.ibm.jtopenlite.database.jdbc provides a lightweight JDBC driver to access IBM i databases. For more information about the driver, see the documentation for JDBCDriver