Uses of Interface java.sql.Statement

Uses in package java.sql

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.