Package org.israfil.sqlelements.constraints

Interface Summary
ComplexConstraint Represents a constraint that would need to be enclosed by parentheses.
Constraint Represents a constraint specification for a request for data.
SimpleConstraint Represents a constraint that would not need to be enclosed by parentheses.
 

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.
 



Copyright 2005-2005-2006 null. All Rights Reserved.