Class PStmtKey.PreparedCallWithResultSetHoldability

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

    private class PStmtKey.PreparedCallWithResultSetHoldability
    extends java.lang.Object
    implements PStmtKey.StatementBuilder
    Builder for prepareCall(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability).
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.sql.Statement createStatement​(java.sql.Connection connection)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PreparedCallWithResultSetHoldability

        private PreparedCallWithResultSetHoldability()
    • 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