Skip to main content
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.
Java ClassUnsupported Methods or Comments
DriverManagerThere 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.
ConnectioncreateSQLXML() prepareCall() releaseSavepoint() rollback() setNetworkTimeout() setSavepoint()
StatementclearBatch() closeOnCompletion() getGeneratedKeys() getMoreResults() setCursorName() setEscapeProcessing() setMaxFieldSize() setPoolable()
PreparedStatementgetParameterMetaData() setRef() setRowId() setSQLXML() setUnicodeStream() setURL()
ResultSetabsolute() 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()
ResultSetMetaDataAll methods are supported.
DatabaseMetaDataAll methods are supported.
Connect Using JDBC
Last modified on May 27, 2026