Uses of Package
org.apache.empire.db

Packages that use org.apache.empire.db
org.apache.empire.db This package contains the core Empire-DB implementation classes. 
org.apache.empire.db.derby This package contains classes necessary to support the Apache Derby database system. 
org.apache.empire.db.expr.column This package contains SQL-generator classes for column expressions. 
org.apache.empire.db.expr.compare This package contains SQL-generator classes for compare expressions used in the where and having clause. 
org.apache.empire.db.expr.join This package contains SQL-generator classes for join expressions used in the from clause. 
org.apache.empire.db.expr.order   
org.apache.empire.db.expr.set This package contains SQL-generator classes for set expressions used in the set clause. 
org.apache.empire.db.h2 This package contains classes necessary to support the H2 database system. 
org.apache.empire.db.hsql This package contains classes necessary to support the HSQLDB database system. 
org.apache.empire.db.mysql This package contains classes necessary to support the MySQL database system. 
org.apache.empire.db.oracle This package contains classes necessary to support the Oracle database system. 
org.apache.empire.db.postgresql This package contains classes necessary to support the PostgreSQL database system. 
org.apache.empire.db.sqlserver This package contains classes necessary to support the Microsoft SQL-Server database system. 
 

Classes in org.apache.empire.db used by org.apache.empire.db
DBCmdType
          This enum allocates the available command types.
DBCmpType
          This enum allocates the available compare types.
DBColumn
          This is the base class for all database columns that have a physical representation.
DBColumnExpr
          This class is the base class for all expressions that represent a single value.
DBCommand
          This abstract class handles the creation of the SQL-Commands.
DBCommand.DBCmdParameter
           
DBCommandExpr
          This abstract class handles the creation of the SQL-Commands.
DBCommandExpr.DBCmdQuery
           
DBDatabase
          This abstract class is the applicaton's interface for a particular database schema.
DBDatabase.DBSystemDate
          This class represents the database systems current date and time.
DBDatabaseDriver
           
DBDatabaseDriver.DBSetGenKeys
          This interface is used to set the auto generated keys when executing insert statements.
DBDriverFeature
          This enum is used with the DBDatabaseDriver::isSupported method to query database driver capabilities.
DBExpr
          This abstract class is the base class for all database expression classes (e.g.
DBIndex
          This class handles the primary key for the tables.
DBJoinType
          DBJoinType contains the possibilities to join two database tables.
DBObject
          Base class for all database related objects.
DBQuery
          This class can be used to wrap a query from a DBCommand and use it like a DBRowSet.
You may use this class for two purposes: In oder to define subqueries simply define a command object with the subquery and wrap it inside a DBQuery.
DBQuery.DBQueryColumn
           
DBReader.DBReaderIterator
           
DBRecord
          This class handles one record from a database table.
DBRecordData
          This interface defines for the classes DDRecordSet and DBRecord.
DBRelation
          This class creates a DBReferene object for a foreing key relation.
DBRelation.DBReference
           
DBRowSet
          This class is the base class for all the DBTable, CBView and DBQuery classes this class contains all the columns of the tables, views or queries
DBSQLScript
          DBSQLScript
This class is a collection of sql command strings.
The class is used for obtaining and executing DDL commands supplied by the database driver (@see DBDatabaseDriver.getDDLScript(DBCmdType, DBObject, DBSQLScript))
DBTable
          This class represent one table of the database.
DBTableColumn
          This class represent one column of a table.
DBView
          This class represents a database view.
DBView.DBViewColumn
           
DBXmlDictionary
          This class is used to configure XML generation as performed by the getXmlDocument Document function on DBReader and DBRecord.
 

Classes in org.apache.empire.db used by org.apache.empire.db.derby
DBCmdType
          This enum allocates the available command types.
DBCommand
          This abstract class handles the creation of the SQL-Commands.
DBCommandExpr
          This abstract class handles the creation of the SQL-Commands.
DBDatabase
          This abstract class is the applicaton's interface for a particular database schema.
DBDatabaseDriver
           
DBDriverFeature
          This enum is used with the DBDatabaseDriver::isSupported method to query database driver capabilities.
DBExpr
          This abstract class is the base class for all database expression classes (e.g.
DBObject
          Base class for all database related objects.
DBRelation
          This class creates a DBReferene object for a foreing key relation.
DBSQLScript
          DBSQLScript
This class is a collection of sql command strings.
The class is used for obtaining and executing DDL commands supplied by the database driver (@see DBDatabaseDriver.getDDLScript(DBCmdType, DBObject, DBSQLScript))
DBTable
          This class represent one table of the database.
DBTableColumn
          This class represent one column of a table.
DBView
          This class represents a database view.
 

Classes in org.apache.empire.db used by org.apache.empire.db.expr.column
DBColumn
          This is the base class for all database columns that have a physical representation.
DBColumnExpr
          This class is the base class for all expressions that represent a single value.
DBDatabase
          This abstract class is the applicaton's interface for a particular database schema.
DBDatabaseDriver
           
DBExpr
          This abstract class is the base class for all database expression classes (e.g.
DBObject
          Base class for all database related objects.
DBRowSet
          This class is the base class for all the DBTable, CBView and DBQuery classes this class contains all the columns of the tables, views or queries
 

Classes in org.apache.empire.db used by org.apache.empire.db.expr.compare
DBCmpType
          This enum allocates the available compare types.
DBColumn
          This is the base class for all database columns that have a physical representation.
DBColumnExpr
          This class is the base class for all expressions that represent a single value.
DBCommandExpr
          This abstract class handles the creation of the SQL-Commands.
DBDatabase
          This abstract class is the applicaton's interface for a particular database schema.
DBExpr
          This abstract class is the base class for all database expression classes (e.g.
DBObject
          Base class for all database related objects.
 

Classes in org.apache.empire.db used by org.apache.empire.db.expr.join
DBColumn
          This is the base class for all database columns that have a physical representation.
DBColumnExpr
          This class is the base class for all expressions that represent a single value.
DBDatabase
          This abstract class is the applicaton's interface for a particular database schema.
DBExpr
          This abstract class is the base class for all database expression classes (e.g.
DBJoinType
          DBJoinType contains the possibilities to join two database tables.
DBObject
          Base class for all database related objects.
DBRowSet
          This class is the base class for all the DBTable, CBView and DBQuery classes this class contains all the columns of the tables, views or queries
 

Classes in org.apache.empire.db used by org.apache.empire.db.expr.order
DBColumn
          This is the base class for all database columns that have a physical representation.
DBColumnExpr
          This class is the base class for all expressions that represent a single value.
DBDatabase
          This abstract class is the applicaton's interface for a particular database schema.
DBExpr
          This abstract class is the base class for all database expression classes (e.g.
DBObject
          Base class for all database related objects.
 

Classes in org.apache.empire.db used by org.apache.empire.db.expr.set
DBColumn
          This is the base class for all database columns that have a physical representation.
DBDatabase
          This abstract class is the applicaton's interface for a particular database schema.
DBExpr
          This abstract class is the base class for all database expression classes (e.g.
DBObject
          Base class for all database related objects.
DBRowSet
          This class is the base class for all the DBTable, CBView and DBQuery classes this class contains all the columns of the tables, views or queries
 

Classes in org.apache.empire.db used by org.apache.empire.db.h2
DBCmdType
          This enum allocates the available command types.
DBCommand
          This abstract class handles the creation of the SQL-Commands.
DBCommandExpr
          This abstract class handles the creation of the SQL-Commands.
DBDatabase
          This abstract class is the applicaton's interface for a particular database schema.
DBDatabaseDriver
           
DBDriverFeature
          This enum is used with the DBDatabaseDriver::isSupported method to query database driver capabilities.
DBExpr
          This abstract class is the base class for all database expression classes (e.g.
DBObject
          Base class for all database related objects.
DBRelation
          This class creates a DBReferene object for a foreing key relation.
DBSQLScript
          DBSQLScript
This class is a collection of sql command strings.
The class is used for obtaining and executing DDL commands supplied by the database driver (@see DBDatabaseDriver.getDDLScript(DBCmdType, DBObject, DBSQLScript))
DBTable
          This class represent one table of the database.
DBTableColumn
          This class represent one column of a table.
DBView
          This class represents a database view.
 

Classes in org.apache.empire.db used by org.apache.empire.db.hsql
DBCmdType
          This enum allocates the available command types.
DBCommand
          This abstract class handles the creation of the SQL-Commands.
DBCommandExpr
          This abstract class handles the creation of the SQL-Commands.
DBDatabase
          This abstract class is the applicaton's interface for a particular database schema.
DBDatabaseDriver
           
DBDriverFeature
          This enum is used with the DBDatabaseDriver::isSupported method to query database driver capabilities.
DBExpr
          This abstract class is the base class for all database expression classes (e.g.
DBObject
          Base class for all database related objects.
DBRelation
          This class creates a DBReferene object for a foreing key relation.
DBSQLScript
          DBSQLScript
This class is a collection of sql command strings.
The class is used for obtaining and executing DDL commands supplied by the database driver (@see DBDatabaseDriver.getDDLScript(DBCmdType, DBObject, DBSQLScript))
DBTable
          This class represent one table of the database.
DBTableColumn
          This class represent one column of a table.
DBView
          This class represents a database view.
 

Classes in org.apache.empire.db used by org.apache.empire.db.mysql
DBCmdType
          This enum allocates the available command types.
DBCommand
          This abstract class handles the creation of the SQL-Commands.
DBCommandExpr
          This abstract class handles the creation of the SQL-Commands.
DBDatabase
          This abstract class is the applicaton's interface for a particular database schema.
DBDatabaseDriver
           
DBDriverFeature
          This enum is used with the DBDatabaseDriver::isSupported method to query database driver capabilities.
DBExpr
          This abstract class is the base class for all database expression classes (e.g.
DBObject
          Base class for all database related objects.
DBRelation
          This class creates a DBReferene object for a foreing key relation.
DBSQLScript
          DBSQLScript
This class is a collection of sql command strings.
The class is used for obtaining and executing DDL commands supplied by the database driver (@see DBDatabaseDriver.getDDLScript(DBCmdType, DBObject, DBSQLScript))
DBTable
          This class represent one table of the database.
DBTableColumn
          This class represent one column of a table.
DBView
          This class represents a database view.
 

Classes in org.apache.empire.db used by org.apache.empire.db.oracle
DBCmdType
          This enum allocates the available command types.
DBCommand
          This abstract class handles the creation of the SQL-Commands.
DBCommandExpr
          This abstract class handles the creation of the SQL-Commands.
DBDatabase
          This abstract class is the applicaton's interface for a particular database schema.
DBDatabaseDriver
           
DBDriverFeature
          This enum is used with the DBDatabaseDriver::isSupported method to query database driver capabilities.
DBExpr
          This abstract class is the base class for all database expression classes (e.g.
DBObject
          Base class for all database related objects.
DBRelation
          This class creates a DBReferene object for a foreing key relation.
DBRowSet
          This class is the base class for all the DBTable, CBView and DBQuery classes this class contains all the columns of the tables, views or queries
DBSQLScript
          DBSQLScript
This class is a collection of sql command strings.
The class is used for obtaining and executing DDL commands supplied by the database driver (@see DBDatabaseDriver.getDDLScript(DBCmdType, DBObject, DBSQLScript))
DBTable
          This class represent one table of the database.
DBTableColumn
          This class represent one column of a table.
DBView
          This class represents a database view.
 

Classes in org.apache.empire.db used by org.apache.empire.db.postgresql
DBCmdType
          This enum allocates the available command types.
DBCommand
          This abstract class handles the creation of the SQL-Commands.
DBCommandExpr
          This abstract class handles the creation of the SQL-Commands.
DBDatabase
          This abstract class is the applicaton's interface for a particular database schema.
DBDatabaseDriver
           
DBDriverFeature
          This enum is used with the DBDatabaseDriver::isSupported method to query database driver capabilities.
DBExpr
          This abstract class is the base class for all database expression classes (e.g.
DBObject
          Base class for all database related objects.
DBRelation
          This class creates a DBReferene object for a foreing key relation.
DBSQLScript
          DBSQLScript
This class is a collection of sql command strings.
The class is used for obtaining and executing DDL commands supplied by the database driver (@see DBDatabaseDriver.getDDLScript(DBCmdType, DBObject, DBSQLScript))
DBTable
          This class represent one table of the database.
DBTableColumn
          This class represent one column of a table.
DBView
          This class represents a database view.
 

Classes in org.apache.empire.db used by org.apache.empire.db.sqlserver
DBCmdType
          This enum allocates the available command types.
DBCommand
          This abstract class handles the creation of the SQL-Commands.
DBCommandExpr
          This abstract class handles the creation of the SQL-Commands.
DBDatabase
          This abstract class is the applicaton's interface for a particular database schema.
DBDatabaseDriver
           
DBDriverFeature
          This enum is used with the DBDatabaseDriver::isSupported method to query database driver capabilities.
DBExpr
          This abstract class is the base class for all database expression classes (e.g.
DBObject
          Base class for all database related objects.
DBRelation
          This class creates a DBReferene object for a foreing key relation.
DBSQLScript
          DBSQLScript
This class is a collection of sql command strings.
The class is used for obtaining and executing DDL commands supplied by the database driver (@see DBDatabaseDriver.getDDLScript(DBCmdType, DBObject, DBSQLScript))
DBTable
          This class represent one table of the database.
DBTableColumn
          This class represent one column of a table.
DBView
          This class represents a database view.
 



Copyright © 2008-2010 Apache Software Foundation. All Rights Reserved.