Class Summary |
And |
Represents an AND operator in a SQL WHERE clause. |
ArbitraryStringConstraint |
Represents an AND operator in a SQL WHERE clause. |
BetweenRange |
A range comparison constraint. |
BinaryConstraint |
A friendly parent for binary column constraints. |
ColumnConstraint |
A constraint wrapper for a column. |
ConstraintUtils |
Represents a constraint specification for a request for data. |
Equals |
A friendly Column Equality constraint. |
JoinConstraint |
Represents a single column from a single (physical or virtual) table. |
NaryConstraint |
N-ary Constraint
A friendly parent for constraints that can have an infinite
number of operands, such as and, or, etc. |
Not |
Represents an AND operator in a SQL WHERE clause. |
NotEquals |
A friendly Column Inequality constraint. |
Or |
Represents an AND operator in a SQL WHERE clause. |