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