Class ClientCallableStatement42

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

public class ClientCallableStatement42 extends ClientCallableStatement
  • Constructor Details

    • ClientCallableStatement42

      public ClientCallableStatement42(Agent agent, ClientConnection connection, String sql, int type, int concurrency, int holdability, ClientPooledConnection cpc) throws SqlException
      Calls the superclass constructor and passes the parameters
      Parameters:
      agent - The instance of NetAgent associated with this CallableStatement object.
      connection - The connection object associated with this PreparedStatement Object.
      sql - A String object that is the SQL statement to be sent to the database.
      type - One of the ResultSet type constants
      concurrency - One of the ResultSet concurrency constants
      holdability - One of the ResultSet holdability constants
      cpc - The PooledConnection object that will be used to notify the PooledConnection reference of the Error Occurred and the Close events.
      Throws:
      SqlException
  • Method Details