Package net.sf.dc.db

Class Summary
Database Holder of the Database connection and information.
DatabaseConnection Maintains and creates the connection to the database
Query Creates a query String by using the QueryOptions, the QueryWhat, the QueryConditions and the query type
QueryCondition This is the where part of the Query, it contains column names and their values
QueryOptions Holder of the query options used for a query.
QueryQueue Query queue with last in last out mechanism.
QueryWhat Specifies on which table, with which fields, the query is run