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

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

PreparedStatement<strong>Cincom</strong> ORDB <strong>JDBC</strong> Driver does not support streams for column data. Thefollowing methods are not supported:♦♦♦♦void setAsciiStream(int paramaterIndex, java.io.InputStream fin,int length) throws SQLException;void setBinaryStream(int paramaterIndex, java.io.InputStream fin,int length) throws SQLException;void setCharacterStream(int paramaterIndex, java.io.Reader reader,int length) throws SQLException;void setUnicodeStream(int parameterIndex, InputStream x, int length)throws SQLException;<strong>Cincom</strong> ORDB <strong>JDBC</strong> Driver does not support date/time methods that take analternative calendar. The following methods are not supported if the calendarparameter is not the calendar for the current time zone:♦♦♦void setDate(int parameterIndex, java.sql.Date x, Calendar cal) throwsSQLException;void setTime(int parameterIndex, Time x, Calendar cal) throwsSQLException;void setTimestamp(int parameterIndex, Timestamp x, Calendar cal) throwsSQLException;<strong>Cincom</strong> ORDB <strong>JDBC</strong> Driver does not support storing of Blob and Clob data incolumns. You can store references to ordbGlo instances by using the setRefmethod. The following methods are not supported:♦♦void setBlob(int paramaterIndex, Blob x) throws SQLException;void setClob(int paramaterIndex, Clob x) throws SQLException;RefThe java.sql.Ref interface does not support the following methods:♦void setObject(Object value) throws SQLException;<strong>JDBC</strong> <strong>Developer's</strong> <strong>Guide</strong>, P25-9504-03 Page 80Chapter: 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!