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: ClauseLogic
The logic operator for each clause inside a clause set.
parts
Interface Propertyparts: SqlClause | SqlClauseSet[]
It supports nested clause and clauseSet.
type
Interface Propertytype: ClauseType
The clause type.