JDBC Interface | Supported | Not Supported |
cancel() | x | |
clearBatch() | x | |
clearWarnings() | x | |
close() | x | |
execute(String sql) | x | |
executeBatch() | x | |
executeQuery(String sql) | x | |
executeUpdate(String sql) | x | |
getConnection() | x | |
getFetchDirection() | x | |
getFetchSize() | x | |
getMarketString() | x | |
getMaxFieldSize() | x | |
getMaxRows() | x | |
getMoreResults() | x | |
getQueryTimeout() | x | |
getResultSet() | x | |
getResultSetConcurrency() | x | |
getResultSetType() | x | |
getUpdateCount() | x | |
getWarnings() | x | |
setCursorName(String name) | x | |
setEscapeProcessing(boolean enable) | x | |
setFetchDirection(int arg0) | x | |
setFetchSize(int arg0) | x | |
setMaxFieldSize(int max) | x | |
setMaxRows(int max) | x | |
setQueryTimeout(int seconds) | x |