Interface
SQL Expression.
Properties
Property | Type | Notes |
---|---|---|
string | The displayed SQL for UI. | |
The logic operator for each clause and clause set. | ||
The array of clause and clause set. | ||
string | The SQL for querying. |
logicalOperator
Interface PropertylogicalOperator: ClauseLogic
The logic operator for each clause and clause set.
parts
Interface Propertyparts: SqlClause | SqlClauseSet[]
The array of clause and clause set.