Options
All
  • Public
  • Public/Protected
  • All
Menu

Find Operator used in Find Conditions.

Type parameters

  • T

Hierarchy

  • FindOperator

Index

Constructors

constructor

Properties

Private _multipleParameters

_multipleParameters: boolean

Indicates if multiple parameters must be used for this operator.

Private _type

Operator type.

Private _useParameter

_useParameter: boolean

Indicates if parameter is used or not for this operator.

Private _value

_value: T | FindOperator<T>

Parameter value.

Accessors

multipleParameters

  • get multipleParameters(): boolean
  • Indicates if multiple parameters must be used for this operator. Extracts final value if value is another find operator.

    Returns boolean

useParameter

  • get useParameter(): boolean
  • Indicates if parameter is used or not for this operator. Extracts final value if value is another find operator.

    Returns boolean

value

  • get value(): T

Methods

toSql

  • toSql(connection: Connection, aliasPath: string, parameters: string[]): string

Generated using TypeDoc