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.

SQLOutputThe <strong>Cincom</strong> ORDB <strong>JDBC</strong> Driver only implements the java.sql.SQLOutputmethods that are required to support java custom mapping classes generatedby the ddltojava tool. The following methods are not supported:♦♦♦♦♦♦♦♦♦void writeAsciiStream(java.io.InputStream in) throws SQLException;void writeBinaryStream(java.io.InputStream in) throws SQLException;void writeBlob(Blob blob) throws SQLException;void writeBoolean(boolean b) throws SQLException;void writeCharacterStream(java.io.Reader r) throws SQLException;void writeClob(Clob clob) throws SQLException;void writeObject(SQLData x) throws SQLException;void writeStruct(Struct x) throws SQLException;void writeURL(java.net.URL x) throws SQLException;StatementThe <strong>Cincom</strong> ORDB Database does not support named cursors. The followingmethod is not supported:♦void setCursorName(String name) throws SQLException;StructThe java.sql.Struct interface is fully supported.<strong>JDBC</strong> <strong>Developer's</strong> <strong>Guide</strong>, P25-9504-03 Page 84Chapter: 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!