ConditionData interface
Condition JSON representation object.
Properties
Section titled “Properties”The list of conditions.
● conds?: ConditionData[]
disabled
Section titled “disabled”The value indicating whether this Condition is disabled.
● disabled?: boolean
enabled
Section titled “enabled”The value indicating whether this Condition is enabled (left of backward compatibility).
● enabled?: boolean
The list of expressions.
● exprs?: ExpressionData[]
inJoin
Section titled “inJoin”The value indicating whether this condition must be placed into JOIN
clause in result SQL
.
● inJoin?: boolean
linking
Section titled “linking”The linking.
● linking: LinkType
The operator id.
● op: string
parameterized
Section titled “parameterized”The value indicating whether this condition is parameterized.
● parameterized?: boolean
readOnly
Section titled “readOnly”The value indicating whether this condition is read-only.
● readOnly?: boolean
The condition tag.
● tag?: CondTag