10.07.2015 Views

JDBC Developer's Guide - Supra - Cincom

JDBC Developer's Guide - Supra - Cincom

JDBC Developer's Guide - Supra - Cincom

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Supported <strong>JDBC</strong> 3.0 interfacesThe following <strong>JDBC</strong> 3.0 interfaces are supported and described in the sectionsfollowing the table below:ArrayBlobClobConnectionDatabaseMetaDataDriverPreparedStatementRefResultSetResultSetMetaDataSQLInputSQLOutputStatementStructArrayThe java.sql.Array interface is fully implemented by the ordbCollection class.The ordbCollection class also provides additional functionality to allow easiermanagement of <strong>Cincom</strong> ORDB collections. Be sure to issue the free method onthe ordbCollection objects when you are finished with them.BlobClobThe following methods of the java.sql.Blob interface are not supported:♦♦♦♦int setBytes(long pos, byte[] bytes) throws SQLException;int setBytes(long pos, byte[] bytes, int offset, int len) throwsSQLException;java.io.OutputStream setBinaryStream(long pos) throws SQLException;void truncate(long len) throws SQLException;The following methods of the java.sql.Clob interface are not supported:♦♦♦♦int setString(long pos, String str) throws SQLException;int setString(long pos, String str, int offset, int len) throws SQLException;java.io.OutputStream setAsciiStream(long pos) throws SQLException;java.io.Writer setCharacterStream(long pos) throws SQLException;<strong>JDBC</strong> <strong>Developer's</strong> <strong>Guide</strong>, P25-9504-03 Page 77Chapter: 5. <strong>Cincom</strong> ORDB <strong>JDBC</strong> NotesSection: Supported <strong>JDBC</strong> 3.0 interfaces

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!