Statement Object Methods

Object Methods JDBC Version Introduced i-net AUGURO i-net SERO i-net SEROPTO i-net ORANXO Comment
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  
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 not supported1)
void setEscapeProcessing( boolean ) 1.0 Yes Yes Yes Yes  
void setFetchDirection( int ) 2.0 Core not supported2)
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  
1) , 2)
Unsupported means here that the call will be ignored if the driver property “reportUnsupportedMethods” is not set or set to “false” and a SQLException will be thrown if the driver property “reportUnsupportedMethods” is set to “true”
 

© Copyright 1996 - 2024, i-net software; All Rights Reserved.