Skip to content

ConditionData interface

Condition JSON representation object.


The list of conditions.

● conds?: ConditionData[]


The value indicating whether this Condition is disabled.

● disabled?: boolean


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

● enabled?: boolean


The list of expressions.

● exprs?: ExpressionData[]


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

● inJoin?: boolean


The linking.

● linking: LinkType


The operator id.

● op: string


The value indicating whether this condition is parameterized.

● parameterized?: boolean


The value indicating whether this condition is read-only.

● readOnly?: boolean


The condition tag.

● tag?: CondTag