| Java Class | Unsupported Methods or Comments |
|---|---|
| DriverManager | There are no unsupported methods. Get a connection with getConnection(). getConnection(String, Properties) The string is a URL and must be of the form: jdbc:ocient://IP:Port/databaseName[;property=value;…]For description of supported properties, see JDBC Connection Properties. |
| Connection | createSQLXML() prepareCall() releaseSavepoint() rollback() setNetworkTimeout() setSavepoint() |
| Statement | clearBatch() closeOnCompletion() getGeneratedKeys() getMoreResults() setCursorName() setEscapeProcessing() setMaxFieldSize() setPoolable() |
| PreparedStatement | getParameterMetaData() setRef() setRowId() setSQLXML() setUnicodeStream() setURL() |
| ResultSet | absolute() afterLast() beforeFirst() cancelRowUpdates() deleteRow() first() getCursorName() getRef() getRowId() getSQLXML() getUnicodeStream() getURL() insertRow() isLast() last() moveToCurrentRow() moveToInsertRow() previous() refreshRow() relative() updateArray() updateAsciiStream() updateBigDecimal() updateBinaryStream() updateBlob() updateBoolean() updateByte() updateBytes() updateCharacterStream() updateClob() updateDate() updateDouble() updateFloat() updateInt() updateLong() updateNCharacterStream() updateNClob() updateNString() updateNull() updateObject() updateRef() updateRow() updateRowId() updateShort() updateSQLXML() updateString() updateTime() updateTimestamp() |
| ResultSetMetaData | All methods are supported. |
| DatabaseMetaData | All methods are supported. |
JDBC Manual
JDBC Classes and Methods
This page lists methods that are currently not supported by the JDBC Driver for use in Java programs. The Ocient JDBC driver supports methods not listed on this page.
See the linked reference Java 8 documentation pages for details on the functionality of each class.
Last modified on May 27, 2026

