Overview
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
The support for Java with OpenAccess SDK allows an ODBC, JDBC, ADO, or ADO.NET driver or data provider to be developed for a SQL data source with all the custom coding of the IP done in Java. The third-party SQL engine API for Java consists of two interfaces:
- The oajava.sql.sqlip interface consists of connection-level methods such as sqlipConnect, sqlipDisconnect, sqlipCommit, and sqlipRollback. See oajava.sql.sqlip Interface for more information.
- The oajava.sql.sqlip_stmt interface consists of statement-level methods such as sqlipPrepareStmt, sqlipOpenCursor, sqlipFetchRow, and sqlipGetColspec. See oajava.sql.sqlip_stmt Interface for more information.