Package javatools.db

Class Summary
DbAndExpr An expression of the form A AND B.
DbColumn A class that represents a particular column within a particular DbTable.
DbConnection A Database connection.
DbCriterion An SQL expression of the form EXPRESSION OPERATOR EXPRESSION
DbDatabase A class that represents a particular database.
DbDeleter A class used to delete records from SQL tables.
DbExpr An sql expression class.
DbExprFuncDef An SQL expression of the form FUNCNAME(parameter....).
DbFalseExpr An expression that always evaluates to false.
DbInserter A class used to insert records into SQL tables.
DbIterator An iterator class for DbTables.
DbLiteral Inserts a piece of literal text within the SQL expression.
DbManager A class to manage all the other DbDatabases.
DbMiscExpr An SQL expression of the form FUNCNAME(parameter....).
DbOrderBy A class that represents an ORDER BY clause in a SELECT.
DbOrExpr An expression of the form A OR B.
DbParenthesis This expression has the result of putting parenthesis around another expression.
DbResult Currently this class is not used.
DbRow A row of tabular data.
DbSelector A class used to select tabular data from an SQL database.
DbSequence Generates unique values for use as keys.
DbTable A class representing tabular data.
DbTrueExpr An expression that always evaluates to true.
DbUpdater A class used to update records from SQL tables.
 

Exception Summary
DbException An Exception class for this package.