Class AsyncQueryRunner.UpdateCallableStatement

    • Constructor Detail

      • UpdateCallableStatement

        public UpdateCallableStatement​(Connection conn,
                                       boolean closeConn,
                                       PreparedStatement ps,
                                       String sql,
                                       Object... params)
        Deprecated.
        Parameters:
        conn - The connection to use for the batch call.
        closeConn - True if the connection should be closed, false otherwise.
        ps - The PreparedStatement to be executed.
        sql - The SQL statement to execute.
        params - An array of query replacement parameters. Each row in this array is one set of batch replacement values.