Class JdbcQueryExecuteResult

    • Constructor Detail

      • JdbcQueryExecuteResult

        public JdbcQueryExecuteResult​(long cursorId,
                                      long updateCnt,
                                      PartitionResult partRes,
                                      int txId)
        Parameters:
        cursorId - Cursor ID.
        updateCnt - Update count for DML queries.
        partRes - partition result to use for best affort affinity on the client side.
        txId - Transaction id.