Uses of Package
org.apache.empire.commons

Packages that use org.apache.empire.commons
org.apache.empire.commons This package contains various common classes for error handling, specific data types and data type conversion. 
org.apache.empire.data This package contains interfaces for data and metadata handling. 
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. 
org.apache.empire.xml This package contains classes for XML generation and configuration. 
 

Classes in org.apache.empire.commons used by org.apache.empire.commons
ErrorInfo
          This interface allows access to the last error that occured on a object.
ErrorType
          The ErrorType class defines a type of error.
ObjectUtils.NoValue
          This class eplicitly defines that an Object has not been assined a value.
OptionEntry
          This class defines one possible value of a field and it's description
This class is used by the Options class to implement a set of options where the option value us used as the key for the set.
Options
          This class represents a list of possible values that are valid for a particular field.
Options.InsertPos
           
 

Classes in org.apache.empire.commons used by org.apache.empire.data
Options
          This class represents a list of possible values that are valid for a particular field.
 

Classes in org.apache.empire.commons used by org.apache.empire.db
ErrorInfo
          This interface allows access to the last error that occured on a object.
ErrorObject
          This class holds and provides information about the last error that occured on an object.
ErrorType
          The ErrorType class defines a type of error.
Options
          This class represents a list of possible values that are valid for a particular field.
 

Classes in org.apache.empire.commons used by org.apache.empire.db.expr.column
ErrorInfo
          This interface allows access to the last error that occured on a object.
ErrorObject
          This class holds and provides information about the last error that occured on an object.
 

Classes in org.apache.empire.commons used by org.apache.empire.db.expr.compare
ErrorInfo
          This interface allows access to the last error that occured on a object.
ErrorObject
          This class holds and provides information about the last error that occured on an object.
 

Classes in org.apache.empire.commons used by org.apache.empire.db.expr.join
ErrorInfo
          This interface allows access to the last error that occured on a object.
ErrorObject
          This class holds and provides information about the last error that occured on an object.
 

Classes in org.apache.empire.commons used by org.apache.empire.db.expr.set
ErrorInfo
          This interface allows access to the last error that occured on a object.
ErrorObject
          This class holds and provides information about the last error that occured on an object.
 

Classes in org.apache.empire.commons used by org.apache.empire.db.hsql
ErrorInfo
          This interface allows access to the last error that occured on a object.
ErrorObject
          This class holds and provides information about the last error that occured on an object.
 

Classes in org.apache.empire.commons used by org.apache.empire.db.mysql
ErrorInfo
          This interface allows access to the last error that occured on a object.
ErrorObject
          This class holds and provides information about the last error that occured on an object.
 

Classes in org.apache.empire.commons used by org.apache.empire.db.oracle
ErrorInfo
          This interface allows access to the last error that occured on a object.
ErrorObject
          This class holds and provides information about the last error that occured on an object.
 

Classes in org.apache.empire.commons used by org.apache.empire.db.sqlserver
ErrorInfo
          This interface allows access to the last error that occured on a object.
ErrorObject
          This class holds and provides information about the last error that occured on an object.
 

Classes in org.apache.empire.commons used by org.apache.empire.xml
ErrorInfo
          This interface allows access to the last error that occured on a object.
ErrorObject
          This class holds and provides information about the last error that occured on an object.