Volatile: This API is subject to change at any time.

Exposes the operations which are available to be performed against a scope. Namely, the ability to access to Collections for performing operations.

Accessors

Methods

Accessors

  • get name(): string
  • The name of the scope this Scope object references.

    Returns string

Methods

  • Executes a query against the Columnar scope.

    Parameters

    • statement: string

      The columnar SQL++ statement to execute.

    • Optional options: QueryOptions

      Optional parameters for this operation.

    Returns Promise<QueryResult>