Connection.commit( )
Connection.getMetaData( )
Connection.nativeSQL( )
Connection.rollback( )
Connection.setAutoCommit( )
Connection.setCatalog( )
Connection.setReadOnly( )
Connection.setTransactionIsolation( )
DatabaseMetaData.* – DatabaseMetaData is supported except for these methods:
deletesAreDetected()
getUDTs()
insertsAreDetected()
updatesAreDetected()
othersDeletesAreVisible()
othersInsertsAreVisible()
othersUpdatesAreVisible()
ownDeletesAreVisible()
ownInsertsAreVisible()
ownUpdatesAreVisible()
PreparedStatement.setAsciiStream( )
PreparedStatement.setUnicodeStream( )
PreparedStatement.setBinaryStream( )
ResultSetMetaData.getCatalogName( )
ResultSetMetaData.getSchemaName( )
ResultSetMetaData.getTableName( )
ResultSetMetaData.isCaseSensitive( )
ResultSetMetaData.isReadOnly( )
ResultSetMetaData.isSearchable( )
ResultSetMetaData.isWritable( )
Statement.getMaxFieldSize( )
Statement.setMaxFieldSize( )
Statement.setCursorName( )
Statement.setEscapeProcessing( )
Statement.getQueryTimeout( )
Statement.setQueryTimeoutt()