Object Methods | JDBC Version Introduced | i-net UNA | i-net SPRINTA | i-net OPTA | i-net MERLIA | Comments |
minimum Java Version | | 1.1 | 1.2 | 1.2 | 1.4 | 1.6 | |
void addBatch( String ) | 2.0 Core | – | Yes | Yes | Yes | | |
void cancel() | 1.0 | Yes | Yes | Yes | Yes | | |
void clearBatch() | 2.0 Core | – | Yes | Yes | Yes | | |
void clearWarnings() | 1.0 | Yes | Yes | Yes | Yes | | |
void close() | 1.0 | Yes | Yes | Yes | Yes | | |
boolean execute( String ) | 1.0 | Yes | Yes | Yes | Yes | | |
boolean execute( String, int ) | 3.0 | – | – | – | Yes | | |
boolean execute( String, int[] ) | 3.0 | – | – | – | Yes | | |
boolean execute( String, String[] ) | 3.0 | – | – | – | Yes | | |
int [] executeBatch() | 2.0 Core | – | Yes | Yes | Yes | | |
ResultSet executeQuery( String ) | 1.0 | Yes | Yes | Yes | Yes | | |
int executeUpdate( String ) | 1.0 | Yes | Yes | Yes | Yes | | |
int executeUpdate( String, int ) | 3.0 | – | – | – | Yes | | |
int executeUpdate( String, int[] ) | 3.0 | – | – | – | Yes | | |
int executeUpdate( String, String[] ) | 3.0 | – | – | – | Yes | | |
boolean isClosed() | 4.0 | – | – | – | – | Yes | |
Object isWrapperFor(Class< ? >) | 4.0 | – | – | – | – | Yes | |
Connection getConnection() | 2.0 Core | – | Yes | Yes | Yes | | |
int getFetchDirection() | 2.0 Core | – | Yes | Yes | Yes | | |
int getFetchSize() | 2.0 Core | – | Yes | Yes | Yes | | |
ResultSet getGeneratedKeys() | 3.0 | – | – | – | Yes | | |
int getMaxFieldSize() | 1.0 | Yes | Yes | Yes | Yes | | |
int getMaxRows() | 1.0 | Yes | Yes | Yes | Yes | | |
boolean getMoreResults() | 1.0 | Yes | Yes | Yes | Yes | | |
boolean getMoreResults( int ) | 3.0 | – | – | – | Yes | | |
int getQueryTimeout() | 1.0 | Yes | Yes | Yes | Yes | | |
ResultSet getResultSet() | 1.0 | Yes | Yes | Yes | Yes | | |
int getResultSetConcurrency() | 2.0 Core | – | Yes | Yes | Yes | | |
int getResultSetHoldability() | 3.0 | – | – | – | Yes | | |
int getResultSetType() | 2.0 Core | – | Yes | Yes | Yes | | |
int getUpdateCount() | 1.0 | Yes | Yes | Yes | Yes | | |
SQLWarning getWarnings() | 1.0 | Yes | Yes | Yes | Yes | | |
void setCursorName( String ) | 1.0 | Yes | Yes | Yes | Yes | | |
void setEscapeProcessing( boolean ) | 1.0 | Yes | Yes | Yes | Yes | | |
void setFetchDirection( int ) | 2.0 Core | – | – | – | – | | call ignored |
void setFetchSize( int ) | 2.0 Core | – | Yes | Yes | Yes | | |
void setMaxFieldSize( int ) | 1.0 | Yes | Yes | Yes | Yes | | |
void setMaxRows( int ) | 1.0 | Yes | Yes | Yes | Yes | | |
void setQueryTimeout( int ) | 1.0 | – | Yes | Yes | Yes | | |
Object unwrap(Class< ? >) | 4.0 | – | – | – | – | Yes | |