Package org.openanzo.sqlscribe

Interface Summary
Constraint Common interface for all constraint types used in a SQL query.
ITable Represents a relational database table for use in the query builder framework.
 

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.
 



Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.