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.

<strong>Cincom</strong> ORDB <strong>JDBC</strong> Driver does not support streams for column data. You canuse the ordbGlo object to access data stored in <strong>Cincom</strong> ORDB Glo classes. Thefollowing methods are not supported:♦♦♦♦♦♦InputStream getAsciiStream(int columnIndex) throws SQLException;InputStream getBinaryStream(int columnIndex) throws SQLException;InputStream getBinaryStream(String columnName) throws SQLException;Reader getCharacterStream(int columnIndex) throws SQLException;Reader getCharacterStream(String columnName) throws SQLException;InputStream getUnicodeStream(int columnIndex) throws SQLException;♦ InputStream getUnicodeStream(String columnName) throws SQLException;The getBigDecimal methods that accept a scale parameter have beendeprecated in favor of the <strong>JDBC</strong> 2.0 methods. The following methods are notsupported:♦♦public BigDecimal getBigDecimal(int columnIndex, int scale) throwsSQLExceptionBigDecimal getBigDecimal(String columnName, int scale) throwsSQLException;<strong>Cincom</strong> ORDB does not support named cursors, the following method is notsupported:♦String getCursorName() throws SQLException;<strong>JDBC</strong> <strong>Developer's</strong> <strong>Guide</strong>, P25-9504-03 Page 82Chapter: 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!