GNU Classpath (0.20) | |
Frames | No Frames |
Methods with return type java.sql.Statement | |
Statement | This method creates a new SQL statement. |
Statement | Connection.createStatement(int resultSetType, int resultSetConcurrency) This method creates a new SQL statement with the specified type and
concurrency. |
Statement | Connection.createStatement(int resultSetType, int resultSetConcurrency, int resultSetHoldability) |
Statement | This method returns a the Statement that was used to
produce this result set.
|
GNU Classpath (0.20) |