Package rjw.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 Later this class might start using other database languages as well
QueryBatch A collection of actions to be performed on the database
QueryCondition This is the where part of the Query, it contains column names and theit values
QueryOptions Holder of the query options used for a query.
QueryQueue s Query queue with last in last out mechanism.
QueryWhat Specifies on which table, with which fields, the query is run