Interface PStmtKey.StatementBuilder
-
- All Known Implementing Classes:
PStmtKey.PreparedCallSQL
,PStmtKey.PreparedCallWithResultSetConcurrency
,PStmtKey.PreparedCallWithResultSetHoldability
,PStmtKey.PreparedStatementSQL
,PStmtKey.PreparedStatementWithAutoGeneratedKeys
,PStmtKey.PreparedStatementWithColumnIndexes
,PStmtKey.PreparedStatementWithColumnNames
,PStmtKey.PreparedStatementWithResultSetConcurrency
,PStmtKey.PreparedStatementWithResultSetHoldability
- Enclosing class:
- PStmtKey
private static interface PStmtKey.StatementBuilder
Interface for Prepared or Callable Statement.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.sql.Statement
createStatement(java.sql.Connection connection)
-