Class PoolablePreparedStatement<K>

    • Method Detail

      • activate

        public void activate()
                      throws java.sql.SQLException
        Overrides:
        activate in class DelegatingStatement
        Throws:
        java.sql.SQLException - thrown by the delegating statement.
      • addBatch

        public void addBatch()
                      throws java.sql.SQLException
        Add batch.
        Specified by:
        addBatch in interface java.sql.PreparedStatement
        Overrides:
        addBatch in class DelegatingPreparedStatement
        Throws:
        java.sql.SQLException
      • clearBatch

        public void clearBatch()
                        throws java.sql.SQLException
        Clear Batch.
        Specified by:
        clearBatch in interface java.sql.Statement
        Overrides:
        clearBatch in class DelegatingStatement
        Throws:
        java.sql.SQLException
      • close

        public void close()
                   throws java.sql.SQLException
        Return me to my pool.
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.sql.Statement
        Overrides:
        close in class DelegatingStatement
        Throws:
        java.sql.SQLException
      • passivate

        public void passivate()
                       throws java.sql.SQLException
        Overrides:
        passivate in class DelegatingStatement
        Throws:
        java.sql.SQLException - thrown by the delegating statement.