Interface
SQL Expression.
Properties
Property | Type | Notes |
---|---|---|
displaySQL | string | The displayed SQL for UI. |
logicalOperator | ClauseLogic | The logic operator for each clause and clause set. |
parts | SqlClause | SqlClauseSet[] | The array of clause and clause set. |
sql | 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.