Class PStmtKey.PreparedStatementWithColumnNames
- java.lang.Object
-
- org.datanucleus.store.rdbms.datasource.dbcp2.PStmtKey.PreparedStatementWithColumnNames
-
- All Implemented Interfaces:
PStmtKey.StatementBuilder
- Enclosing class:
- PStmtKey
private class PStmtKey.PreparedStatementWithColumnNames extends java.lang.Object implements PStmtKey.StatementBuilder
Builder for prepareStatement(String sql, String[] columnNames).
-
-
Constructor Summary
Constructors Modifier Constructor Description privatePreparedStatementWithColumnNames()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.sql.StatementcreateStatement(java.sql.Connection connection)
-
-
-
Method Detail
-
createStatement
public java.sql.Statement createStatement(java.sql.Connection connection) throws java.sql.SQLException- Specified by:
createStatementin interfacePStmtKey.StatementBuilder- Throws:
java.sql.SQLException
-
-