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