Class RQLQuery

Class representing a RQL query to be sent to the API.

Queries are identified by a uuid and are independent from transactions.

If a query has been used in a transaction, RQLQuery objects can easily retrieve a reference to the query for later resolving the values in a TransactionResult.

Hierarchy

  • RQLQuery

Api

  • Class representing a RQL query to be sent to the API.

    Queries are identified by a uuid and are independent from transactions.

    If a query has been used in a transaction, RQLQuery objects can easily retrieve a reference to the query for later resolving the values in a TransactionResult.

    Parameters

    • rql: string

      The rql query

    • params: RQLQueryParams = {}

      The parameters for the rql query

    Returns RQLQuery

Other

params: RQLQueryParams = {}

The parameters for the rql query

rql: string

The rql query

  • Parameters

    • row: number
    • column: number

    Returns RQLQueryCellRef

    A reference to a ResultSetCell in the result of this query.

Generated using TypeDoc