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.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.set This package contains SQL-generator classes for set expressions used in the set clause. 
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.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.
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
           
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.
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 querys
DBSQLScript
          DBSQLScript
This class is a collection of sql command strings.
DBTable
          This class represent one table of the database.
DBTableColumn
          This class represent one column of a table.
DBView
          This class represent a view of the database.
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.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.
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 querys
 

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 querys
 

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 querys
 

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.
DBSQLScript
          DBSQLScript
This class is a collection of sql command strings.
 

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.
DBSQLScript
          DBSQLScript
This class is a collection of sql command strings.
 

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.
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 querys
DBSQLScript
          DBSQLScript
This class is a collection of sql command strings.
DBTable
          This class represent one table of the database.
DBTableColumn
          This class represent one column of a table.
DBView
          This class represent a view of the database.
 

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.
DBSQLScript
          DBSQLScript
This class is a collection of sql command strings.