Class PStmtKey.PreparedStatementWithResultSetConcurrency

  • All Implemented Interfaces:
    PStmtKey.StatementBuilder
    Enclosing class:
    PStmtKey

    private class PStmtKey.PreparedStatementWithResultSetConcurrency
    extends java.lang.Object
    implements PStmtKey.StatementBuilder
    Builder for prepareStatement(String sql, int resultSetType, int resultSetConcurrency).
    • Constructor Detail

      • PreparedStatementWithResultSetConcurrency

        private PreparedStatementWithResultSetConcurrency()
    • Method Detail

      • createStatement

        public java.sql.Statement createStatement​(java.sql.Connection connection)
                                           throws java.sql.SQLException
        Specified by:
        createStatement in interface PStmtKey.StatementBuilder
        Throws:
        java.sql.SQLException