Interface
SQL Clause Set. It includes one or more SQL clauses.
Properties
| Property | Type | Notes |
|---|---|---|
logicalOperator | ClauseLogic | The logic operator for each clause inside a clause set. |
parts | SqlClause | SqlClauseSet[] | It supports nested clause and clauseSet. |
type | ClauseType | The clause type. |
logicalOperator
Interface PropertylogicalOperator: ClauseLogicThe logic operator for each clause inside a clause set.
parts
Interface Propertyparts: SqlClause | SqlClauseSet[]It supports nested clause and clauseSet.
type
Interface Propertytype: ClauseTypeThe clause type.