Class ClientPreparedStatement42

All Implemented Interfaces:
AutoCloseable, PreparedStatement, Statement, Wrapper, PreparedStatementCallbackInterface, StatementCallbackInterface, UnitOfWorkListener

public class ClientPreparedStatement42 extends ClientPreparedStatement
  • Constructor Details

    • ClientPreparedStatement42

      public ClientPreparedStatement42(Agent agent, ClientConnection connection, String sql, Section section, ClientPooledConnection cpc) throws SqlException
      The PreparedStatement used for JDBC 4.2 positioned update statements. Called by material statement constructors. It has the ClientPooledConnection as one of its parameters this is used to raise the Statement Events when the prepared statement is closed
      Throws:
      SqlException
    • ClientPreparedStatement42

      public ClientPreparedStatement42(Agent agent, ClientConnection connection, String sql, int type, int concurrency, int holdability, int autoGeneratedKeys, String[] columnNames, int[] columnIndexes, ClientPooledConnection cpc) throws SqlException
      The PreparedStatementConstructor used for jdbc 4.2 prepared statements with scroll attributes. Called by material statement constructors. It has the ClientPooledConnection as one of its parameters this is used to raise the Statement Events when the prepared statement is closed
      Throws:
      SqlException
  • Method Details