Class RQLQueryRowRef

Class representing a reference to a ResultSetRow in the result of a RQLQuery.

Use this to resolve a ResultSetRow of the referenced RQLQuery from a TransactionResult.

Hierarchy

  • RQLQueryRowRef

Api

Api

  • Retrieve a reference to the given column in this row.

    Parameters

    • c: number

      The column to get a reference for

    Returns RQLQueryCellRef

    A reference to the given column in the current row

Generated using TypeDoc