ConditionData interface

Condition JSON representation object.

Index

Properties

Properties


conds

The list of conditions.

● conds?: ConditionData[]


disabled

The value indicating whether this Condition is disabled.

● disabled?: boolean


enabled

The value indicating whether this Condition is enabled (left of backward compatibility).

● enabled?: boolean


exprs

The list of expressions.

● exprs?: ExpressionData[]


inJoin

The value indicating whether this condition must be placed into JOIN clause in result SQL.

● inJoin?: boolean


linking

The linking.

● linking: LinkType


op

The operator id.

● op: string


parameterized

The value indicating whether this condition is parameterized.

● parameterized?: boolean


readOnly

The value indicating whether this condition is read-only.

● readOnly?: boolean


tag

The condition tag.

● tag?: CondTag