Arch4J 1.1

Package org.arch4j.dataaccess.common

Interface Summary
Query This interface is the base for select, update, delete and insert
UpdatableQuery Extends the Query interface and adds an add method to be used by queries such as insert and update.
 

Class Summary
BatchQuery This class is used as a builder for batch query .
BatchResult This class goes throught the values returned by calling the executeBatch method and inspects the overall of result of the batch query
Condition  
Delete This class acts as a wrapper around delete statements It takes a table name and a Condition object in its contructor *
Insert This class acts as a wrapper around insert statements It takes a table name and a Condition object in its contructor A typical usage would be Insert ins = new Insert ("MyTable")
Join This class is a helper for creating join conditons The following types of joins are supported at this time 1) The basic join also called as JOIN or INNER JOIN 2) The Left Join also called as LEFT OUTER JOIN 3) The Right Join also called as RIGHT OUTER JOIN
JoinCondition This class is the condition to be used in Join Clauses
OrderBy This class is equivalent to an ORDER BY Clause
Select This class acts as a wrapper around select statements It takes a table name and a Condition object in its contructor A typical usage would be Select sel = new Select ("MyTable", new Condition ())
StatementQuery This class holds on to a SQL and a list of parameters This class is a wrapper for The
Update This class acts as a wrapper around Update statements It takes a table name and a Condition object in its constructor
 


Arch4J 1.1

Copyright © 2000-2004 SpiderLogic, a service of Wipfli Ullrich Bertelson LLP.