Class JdbcQueryExecuteRequest

    • Constructor Detail

      • JdbcQueryExecuteRequest

        public JdbcQueryExecuteRequest​(JdbcStatementType stmtType,
                                       String schemaName,
                                       int pageSize,
                                       int maxRows,
                                       boolean autoCommit,
                                       boolean explicitTimeout,
                                       String sqlQry,
                                       Object[] args,
                                       int txId)
        Parameters:
        stmtType - Expected statement type.
        schemaName - Cache name.
        pageSize - Fetch size.
        maxRows - Max rows.
        autoCommit - Connection auto commit flag state.
        sqlQry - SQL query.
        args - Arguments list.
        txId - Transaction id.