A C D E F G H I J L M N O P Q R S T U V W X Y

C

C_CHAR_LENGTH - Variable in class org.apache.empire.db.oracle.OracleSYSDatabase.DBColInfo
 
C_COLUMN_NAME - Variable in class org.apache.empire.db.oracle.OracleSYSDatabase.DBColComments
 
C_COLUMN_NAME - Variable in class org.apache.empire.db.oracle.OracleSYSDatabase.DBColInfo
 
C_COLUMN_NAME - Variable in class org.apache.empire.db.oracle.OracleSYSDatabase.DBUserConCol
 
C_COMMENTS - Variable in class org.apache.empire.db.oracle.OracleSYSDatabase.DBColComments
 
C_COMMENTS - Variable in class org.apache.empire.db.oracle.OracleSYSDatabase.DBTabComments
 
C_CONSTRAINT_NAME - Variable in class org.apache.empire.db.oracle.OracleSYSDatabase.DBConstraints
 
C_CONSTRAINT_NAME - Variable in class org.apache.empire.db.oracle.OracleSYSDatabase.DBUserConCol
 
C_CONSTRAINT_TYPE - Variable in class org.apache.empire.db.oracle.OracleSYSDatabase.DBConstraints
 
C_DATA_LENGTH - Variable in class org.apache.empire.db.oracle.OracleSYSDatabase.DBColInfo
 
C_DATA_PRECISION - Variable in class org.apache.empire.db.oracle.OracleSYSDatabase.DBColInfo
 
C_DATA_SCALE - Variable in class org.apache.empire.db.oracle.OracleSYSDatabase.DBColInfo
 
C_DATA_TYPE - Variable in class org.apache.empire.db.oracle.OracleSYSDatabase.DBColInfo
 
C_DATA_TYPE_MOD - Variable in class org.apache.empire.db.oracle.OracleSYSDatabase.DBColInfo
 
C_DATA_TYPE_OWNER - Variable in class org.apache.empire.db.oracle.OracleSYSDatabase.DBColInfo
 
C_NULLABLE - Variable in class org.apache.empire.db.oracle.OracleSYSDatabase.DBColInfo
 
C_OWNER - Variable in class org.apache.empire.db.oracle.OracleSYSDatabase.DBColComments
 
C_OWNER - Variable in class org.apache.empire.db.oracle.OracleSYSDatabase.DBColInfo
 
C_OWNER - Variable in class org.apache.empire.db.oracle.OracleSYSDatabase.DBTabComments
 
C_OWNER - Variable in class org.apache.empire.db.oracle.OracleSYSDatabase.DBUserConCol
 
C_R_CONSTRAINT_NAME - Variable in class org.apache.empire.db.oracle.OracleSYSDatabase.DBConstraints
 
C_SEQNAME - Variable in class org.apache.empire.db.DBDatabaseDriver.DBSeqTable
 
C_SEQVALUE - Variable in class org.apache.empire.db.DBDatabaseDriver.DBSeqTable
 
C_STATUS - Variable in class org.apache.empire.db.oracle.OracleSYSDatabase.DBConstraints
 
C_TABLE_NAME - Variable in class org.apache.empire.db.oracle.OracleSYSDatabase.DBColComments
 
C_TABLE_NAME - Variable in class org.apache.empire.db.oracle.OracleSYSDatabase.DBColInfo
 
C_TABLE_NAME - Variable in class org.apache.empire.db.oracle.OracleSYSDatabase.DBConstraints
 
C_TABLE_NAME - Variable in class org.apache.empire.db.oracle.OracleSYSDatabase.DBTabComments
 
C_TABLE_NAME - Variable in class org.apache.empire.db.oracle.OracleSYSDatabase.DBUserConCol
 
C_TABLE_TYPE - Variable in class org.apache.empire.db.oracle.OracleSYSDatabase.DBTabComments
 
C_TIMESTAMP - Variable in class org.apache.empire.db.DBDatabaseDriver.DBSeqTable
 
Cancelled - Static variable in class org.apache.empire.commons.Errors
 
CC - Variable in class org.apache.empire.db.oracle.OracleSYSDatabase
 
changeTagName(Element, String) - Static method in class org.apache.empire.xml.XMLUtil
Changes the tag name of an element.
checkDatabase(DBDatabase, String, Connection) - Method in class org.apache.empire.db.DBDatabaseDriver
Checks the database whether or not it is consistent with the description.
checkDatabase(DBDatabase, String, Connection) - Method in class org.apache.empire.db.oracle.DBDatabaseDriverOracle
Checks whether the database defintion matches the real database structure.
checkDBTableDefinition(List<DBTable>) - Method in class org.apache.empire.db.oracle.OracleDataDictionnary
 
checkDBViewDefinition(List<DBView>) - Method in class org.apache.empire.db.oracle.OracleDataDictionnary
 
checkOpenResultSets() - Static method in class org.apache.empire.db.DBReader
Call this if you want to check whether there are any unclosed resultsets It logs stack traces to help find piece of code where a DBReader was opened but not closed.
checkValue(Object) - Method in class org.apache.empire.db.DBColumn
 
checkValue(Object) - Method in class org.apache.empire.db.DBQuery.DBQueryColumn
 
checkValue(Object) - Method in class org.apache.empire.db.DBTableColumn
Checks whether the supplied value is valid for this column.
checkValue(Object) - Method in class org.apache.empire.db.DBView.DBViewColumn
 
CI - Variable in class org.apache.empire.db.oracle.OracleSYSDatabase
 
clear() - Method in class org.apache.empire.commons.Options
 
clear() - Method in class org.apache.empire.db.DBCommand
Clears the entire command object.
clear() - Method in class org.apache.empire.db.DBSQLScript
Clears the script and delets all statements
clear() - Method in class org.apache.empire.db.oracle.DBCommandOracle
 
clearConnectBy() - Method in class org.apache.empire.db.oracle.DBCommandOracle
Clears the connectBy Expression.
clearError() - Method in class org.apache.empire.commons.ErrorObject
Clears the error for this object.
clearGroupBy() - Method in class org.apache.empire.db.DBCommand
Clears the list of group by constraints.
clearHaving() - Method in class org.apache.empire.db.DBCommand
Clears the list of having constraints.
clearJoin() - Method in class org.apache.empire.db.DBCommand
Clears the list of join expressions.
clearOrderBy() - Method in class org.apache.empire.db.DBCommandExpr
Clears the list of order by expressions.
clearSelect() - Method in class org.apache.empire.db.DBCommand
Clears the list of selected columns.
clearSelectDistinct() - Method in class org.apache.empire.db.DBCommand
Clears the select distinct option.
clearSet() - Method in class org.apache.empire.db.DBCommand
Clears the list of set expressions.
clearWhere() - Method in class org.apache.empire.db.DBCommand
Clears the list of where constraints.
clone() - Method in class org.apache.empire.db.DBCommand
Creates a clone of this class.
clone() - Method in class org.apache.empire.db.DBRecord
 
clone() - Method in class org.apache.empire.db.DBTable
Clones this object.
close(Connection) - Method in class org.apache.empire.db.DBDatabase
closes this database object by detaching it from the driver this is a shortcut for calling getDriver().closeDatabase(db, conn)
close() - Method in class org.apache.empire.db.DBReader
Closes the DBRecordSet object, the Statement object and detach the columns.
close() - Method in class org.apache.empire.db.DBRecord
Closes the record by releasing all resources and resetting the record's state to invalid.
close() - Method in class org.apache.empire.db.DBRecordData
 
closeResultSet(ResultSet) - Method in class org.apache.empire.db.DBDatabase
Convenience function for closing a JDBC Resultset
Use it instead of rset.close() and stmt.close()
closeStatement(Statement) - Method in class org.apache.empire.db.DBDatabase
Convenience function for closing a JDBC Resultset
Use it instead of stmt.close()
cmd - Variable in class org.apache.empire.db.expr.compare.DBExistsExpr
 
cmp(DBCmpType, Object) - Method in class org.apache.empire.db.DBColumnExpr
Creates and returns a new comparison object for the given comparison operator and value.
CO - Variable in class org.apache.empire.db.oracle.OracleSYSDatabase
 
coalesce(T, T) - Static method in class org.apache.empire.commons.ObjectUtils
Checks whether a preferred value is valid and returns an alternative value if not.
coalesce(String, String) - Static method in class org.apache.empire.commons.StringUtils
Returns the preferred String if it is not empty ot the alternative String otherwise.
coalesce(Object) - Method in class org.apache.empire.db.DBColumnExpr
Creates a sql-expression for the nvl() or coalesce() function.
collectionToString(Collection<? extends Object>, String) - Static method in class org.apache.empire.commons.StringUtils
Converts an collection of objects to a string.
Column - Interface in org.apache.empire.data
The column interface provides methods for accessing metadata that is only relevant for updateing records.
column - Variable in class org.apache.empire.db.expr.column.DBValueExpr
 
column - Variable in class org.apache.empire.db.expr.set.DBSetExpr
 
ColumnExpr - Interface in org.apache.empire.data
The column interface provides methods for accessing metadata that is relevant for managing and displaying data available through the RecordData interface.
commit(Connection) - Method in class org.apache.empire.db.DBDatabase
Makes all changes made since the previous commit/rollback permanent and releases any database locks currently held by the Connection.
compareEqual(Object, Object) - Static method in class org.apache.empire.commons.ObjectUtils
Compares two objects for equality
compareExpr - Variable in class org.apache.empire.db.expr.compare.DBExistsExpr
 
compExpr - Variable in class org.apache.empire.db.expr.join.DBJoinExpr
 
ConnecitonInvalid - Static variable in class org.apache.empire.db.DBErrors
 
connectByPrior(DBCompareExpr) - Method in class org.apache.empire.db.oracle.DBCommandOracle
 
contains(T[], T) - Static method in class org.apache.empire.commons.ObjectUtils
returns wheter or not a array contains a certain item
contains(Object) - Method in class org.apache.empire.commons.Options
 
contains(DBColumn) - Method in class org.apache.empire.db.DBIndex
Returns true if a specified DBColumn object exits in the internal DBColumn vector.
containsValue(Object) - Method in class org.apache.empire.commons.Options
 
convert(Class<T>, Object) - Static method in class org.apache.empire.commons.ObjectUtils
Generic conversion function that will convert a object to another value type.
convert(Class<T>, Collection<? extends T>) - Static method in class org.apache.empire.commons.ObjectUtils
Generic conversion function that will convert a list to another list type.
convertTo(DataType, Object) - Method in class org.apache.empire.db.DBColumnExpr
Creates a new DBFuncExpr object that will convert the current column to the destination data type specivied.
convertTo(DataType) - Method in class org.apache.empire.db.DBColumnExpr
Creates and returns a new DBFuncExpr object that will convert the current column to the destination data type specivied.
count() - Method in class org.apache.empire.db.DBColumnExpr
Creates and returns an expresion for the SQL "count()" function which returns the number of rows in the result set.
count() - Method in class org.apache.empire.db.DBRowSet
Returns a new DBCountExpr object.
countDistinct() - Method in class org.apache.empire.db.DBColumnExpr
Creates and returns an expresion for the SQL "count()" function which returns the number of unique values in the result set.
create(DBRowSet, Connection) - Method in class org.apache.empire.db.DBRecord
Creates a new record for the given table.
create(DBRowSet) - Method in class org.apache.empire.db.DBRecord
Creates a new record for the given table.
createCommand() - Method in class org.apache.empire.db.DBDatabase
Creates a new Command object for this database
createCommand(DBDatabase) - Method in class org.apache.empire.db.DBDatabaseDriver
This function creates a DBCommand derived object this database
createCommand() - Method in class org.apache.empire.db.DBView
Returns the command required to create the view
This is function is only used for the creation of DDL statements
createCommand(DBDatabase) - Method in class org.apache.empire.db.hsql.DBDatabaseDriverHSql
Creates a new HSQLDB command object.
createCommand(DBDatabase) - Method in class org.apache.empire.db.mysql.DBDatabaseDriverMySQL
Creates a new MySQL command object.
createCommand(DBDatabase) - Method in class org.apache.empire.db.oracle.DBDatabaseDriverOracle
Creates a new Oracle command object.
createCommand(DBDatabase) - Method in class org.apache.empire.db.sqlserver.DBDatabaseDriverMSSQL
Creates a new Microsoft SQL-Server command object.
createDocument() - Static method in class org.apache.empire.xml.XMLUtil
Returns a document newly created by the class's static DocumentBuilder.
createDocument(String) - Static method in class org.apache.empire.xml.XMLUtil
 
createDocumentNS(String, String, Map<String, String>) - Static method in class org.apache.empire.xml.XMLUtil
 
createRecord(DBRecord, Connection) - Method in class org.apache.empire.db.DBQuery
Returns an error, because querys could't add new records to the database.
createRecord(DBRecord, Connection) - Method in class org.apache.empire.db.DBRowSet
 
createRecord(DBRecord, Connection) - Method in class org.apache.empire.db.DBTable
Gets all table fields and the fields properties.
createRecord(DBRecord, Connection) - Method in class org.apache.empire.db.DBView
 
CTX_ALIAS - Static variable in class org.apache.empire.db.DBExpr
 
CTX_ALL - Static variable in class org.apache.empire.db.DBExpr
 
CTX_DEFAULT - Static variable in class org.apache.empire.db.DBExpr
 
CTX_FULLNAME - Static variable in class org.apache.empire.db.DBExpr
 
CTX_NAME - Static variable in class org.apache.empire.db.DBExpr
 
CTX_NOPARENTHESES - Static variable in class org.apache.empire.db.DBExpr
 
CTX_VALUE - Static variable in class org.apache.empire.db.DBExpr
 

A C D E F G H I J L M N O P Q R S T U V W X Y