Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NestedRestriction

Nested query restrictions.

Hierarchy

Index

Constructors

constructor

Properties

clauses

clauses: Clause[] = [] as Clause[]

The clauses containing the nested restrictions and their logical operators.

Methods

withAndRestriction

  • Adds an additional restriction using the logical AND operator.

    Parameters

    Returns this

Private withClause

  • withClause(clause: Clause): this
  • Adds an additional clause.

    Parameters

    Returns this

withOrRestriction

  • Adds an additional restriction using the logical OR operator.

    Parameters

    Returns this

Generated using TypeDoc