Class Transaction

Class representing a set of RQLQuery executed one after the other in a single HTTP request.

These RQLQuery can be linked together by using a RQLQueryCellRef of one RQLQuery in the parameters of a subsequent RQLQuery.

Binary files are global to the transaction and can be referenced using a RQLQueryBinaryRef in the parameters of a RQLQuery.

Hierarchy

  • Transaction

Methods

Methods

  • Adds the given queries to the transaction.

    Each RQLQuery will be executed one after the other. These RQLQuery can be linked together by using a RQLQueryCellRef of one RQLQuery in the parameters of a subsequent RQLQuery.

    Parameters

    • Rest ...queries: RQLQuery[]

      New queries to add to the transaction

    Returns void

Generated using TypeDoc