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.StatementBuilderInterface for Prepared or Callable Statement.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.sql.StatementcreateStatement(java.sql.Connection connection)
-