|
Class Summary |
| Column |
Represents a relational database table column for use in the query builder framework. |
| InMatch |
An IN constraint builder. |
| Join |
Join between two tables. |
| LogicalOperator |
Simple logical operators to be applied on constraints to build more complex constraints. |
| Match |
Convenient class for constructing common SQL constraints for use in the query builder framework. |
| SqlQuery |
Dynamic SQL query builder. |
| Table |
Represents a relational database table for use in the query builder framework. |
| TempTable |
Represents a relational database temporary table for use in the query builder framework. |
| ValueMatch |
Simple value constraint builder. |
| VariableMatch |
Extension of a value constraint in SQL that takes advantage of JDBC prepared statement variable bindings. |