Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package javatools.db

Interface Summary
DbIterator An iterator interface for DbTables.
DbResult A class representing tabular data.
DbTableUser It is an interface for all the "things" that use tables.
 

Class Summary
AbstractTable A class representing tabular data.
ConnectionString A class to manage the building of connection string for JDBC.
DbAbstractTable  
DbAndExpr An expression of the form A AND B.
DbCachedIterator A class to represent a "cached" DbIterator, that is an iterator that can be called more than once.
DbCachedTable It's a "cached" table, that represents a result from SELECT in a cached way, that is it can be accessed more than once.
DbColumn A class that represents a particular column within a particular DbTable.
DbConnection A Database connection.
DbConstraint This abstract class represents a generic set of constraints for a table.
DbCriterion It is a class that represents an expression of the type "A op B", where "op" is a generic operator.
DbDatabase A class that represents a particular database.
DbDatabaseAdmin Class to manage administrator functions.
DbDeleter A class used to delete records from SQL tables.
DbDynamicConstraint It is a class representing a "dynamic" constraint, i.e.
DbExpr An sql expression class.
DbExprFuncDef An SQL expression of the form FUNCNAME(parameter....).
DbFalseExpr An expression that always evaluates to false.
DbFixedAbstractTable It represents a real database table.
DbInserter A class used to insert records into SQL tables.
DbJoinedTable This class represents a "joined table" in an SQL statement.
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.
DbReferencedDeleter It is just a DbDeleter, except in the fact it takes care of constraints.
DbReferencedInserter It is just like a DbInserter, except on the fact it takes care of constraints.
DbReferencedTable It is currently a hybrid.
DbReferencedUpdater It is just like DbUpdater, except in the fact it takes care of constraints.
DbRow A row of tabular data.
DbRowSet It contains only a set of rows.
DbRowSetIterator  
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.
DbTableIterator An iterator class for DbTables.
DbTrueExpr An expression that always evaluates to true.
DbUpdater A class used to update records from SQL tables.
DbValueList This class represents a set of values to be used in an expression.
 

Exception Summary
DbException An Exception class for this package.