API 参考
    正在准备搜索索引...

    Find Operator used in Find Conditions.

    类型参数

    • T

    层级 (查看层级一览)

    索引

    构造函数

    • 类型参数

      • T

      参数

      返回 FindOperator<T>

    属性

    "@instanceof": symbol

    访问器

    • get child(): undefined | FindOperator<T>

      Gets the child FindOperator if it exists

      返回 undefined | FindOperator<T>

    • get getSql(): undefined | SqlGeneratorType

      Gets the SQL generator

      返回 undefined | SqlGeneratorType

    • get multipleParameters(): boolean

      Indicates if multiple parameters must be used for this operator. Extracts final value if value is another find operator.

      返回 boolean

    • get objectLiteralParameters(): undefined | ObjectLiteral

      Gets ObjectLiteral parameters.

      返回 undefined | ObjectLiteral

    • get type(): FindOperatorType

      Gets the Type of this FindOperator

      返回 FindOperatorType

    • get useParameter(): boolean

      Indicates if parameter is used or not for this operator. Extracts final value if value is another find operator.

      返回 boolean

    • get value(): T

      Gets the final value needs to be used as parameter value.

      返回 T

    方法

    • 参数

      返回 void