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

A

abs() - Method in class org.apache.empire.db.DBColumnExpr
Creates and returns a sql-expression for the absolute abs() function.
add(Object, String, boolean) - Method in class org.apache.empire.commons.Options
 
add(OptionEntry) - Method in class org.apache.empire.commons.Options
 
addCmdParam(Object) - Method in class org.apache.empire.db.DBCommand
Adds an object to in the list of Parameters and returns a parameter object.
addColumn(String, DataType, double, boolean, Object) - Method in class org.apache.empire.db.DBTable
Creates a new DBTableColumn object and add it to this object.
addColumn(String, DataType, double, boolean) - Method in class org.apache.empire.db.DBTable
Creates a new DBTableColumn object and add it to this object.
addColumnDesc(Element) - Method in class org.apache.empire.db.DBReader
Moves the cursor down one row from its current position.
addColumnDesc(Element) - Method in class org.apache.empire.db.DBRecord
This function set the field descriptions to the the XML tag.
addColumnDesc(Element) - Method in class org.apache.empire.db.DBRecordData
 
addCompareExpr(StringBuilder, long) - Method in class org.apache.empire.db.expr.compare.DBCompareColExpr
Add the comparison operator and value to the SQL-Command.
addDate(Date, int, int, int) - Static method in class org.apache.empire.commons.DateUtils
Calculates a date relative to the supplied date.
addElement(Node, String, String) - Static method in class org.apache.empire.xml.XMLUtil
Adds a new child element to a parent.
addElement(Element, String) - Static method in class org.apache.empire.xml.XMLUtil
Adds a child element to the parent.
addElementNS(Node, String, String, String) - Static method in class org.apache.empire.xml.XMLUtil
Adds a new child element to a parent with a namespace.
addElementNS(Element, String, String) - Static method in class org.apache.empire.xml.XMLUtil
 
addIndex(String, boolean, DBColumn[]) - Method in class org.apache.empire.db.DBTable
Adds an index.
addJoins(List<DBJoinExpr>) - Method in class org.apache.empire.db.DBCommand
Adds a list of join expressions to the command.
addNamespaceURIs(Document, Map<String, String>) - Static method in class org.apache.empire.xml.XMLUtil
 
addReferencedColumns(Set<DBColumn>) - Method in class org.apache.empire.db.DBColumn
 
addReferencedColumns(Set<DBColumn>) - Method in class org.apache.empire.db.DBCombinedCmd
 
addReferencedColumns(Set<DBColumn>) - Method in class org.apache.empire.db.DBCommand
Adds Columns
addReferencedColumns(Set<DBColumn>) - Method in class org.apache.empire.db.DBCommand.DBCmdParameter
 
addReferencedColumns(Set<DBColumn>) - Method in class org.apache.empire.db.DBExpr
Internal function to obtain all DBColumnExpr-objects used by this expression.
addReferencedColumns(Set<DBColumn>) - Method in class org.apache.empire.db.DBRowSet
 
addReferencedColumns(Set<DBColumn>) - Method in class org.apache.empire.db.expr.column.DBAbstractFuncExpr
 
addReferencedColumns(Set<DBColumn>) - Method in class org.apache.empire.db.expr.column.DBAliasExpr
 
addReferencedColumns(Set<DBColumn>) - Method in class org.apache.empire.db.expr.column.DBCalcExpr
 
addReferencedColumns(Set<DBColumn>) - Method in class org.apache.empire.db.expr.column.DBCaseExpr
 
addReferencedColumns(Set<DBColumn>) - Method in class org.apache.empire.db.expr.column.DBConcatExpr
 
addReferencedColumns(Set<DBColumn>) - Method in class org.apache.empire.db.expr.column.DBCountExpr
 
addReferencedColumns(Set<DBColumn>) - Method in class org.apache.empire.db.expr.column.DBDecodeExpr
 
addReferencedColumns(Set<DBColumn>) - Method in class org.apache.empire.db.expr.column.DBValueExpr
 
addReferencedColumns(Set<DBColumn>) - Method in class org.apache.empire.db.expr.compare.DBCompareAndOrExpr
 
addReferencedColumns(Set<DBColumn>) - Method in class org.apache.empire.db.expr.compare.DBCompareColExpr
 
addReferencedColumns(Set<DBColumn>) - Method in class org.apache.empire.db.expr.compare.DBCompareNotExpr
 
addReferencedColumns(Set<DBColumn>) - Method in class org.apache.empire.db.expr.compare.DBExistsExpr
 
addReferencedColumns(Set<DBColumn>) - Method in class org.apache.empire.db.expr.join.DBJoinExpr
 
addReferencedColumns(Set<DBColumn>) - Method in class org.apache.empire.db.expr.set.DBSetExpr
 
addRelation(DBRelation.DBReference) - Method in class org.apache.empire.db.DBDatabase
Adds a foreign key relation to the database.
addRelation(DBRelation.DBReference, DBRelation.DBReference) - Method in class org.apache.empire.db.DBDatabase
Add a foreign key relation to the database.
addReleation(String, DBRelation.DBReference[]) - Method in class org.apache.empire.db.DBDatabase
Adds a foreign key relation to the database.
addRows(Element) - Method in class org.apache.empire.db.DBReader
Adds all children to a parent.
addRowValues(Element) - Method in class org.apache.empire.db.DBReader
Adds all children to a parent.
addRowValues(Element) - Method in class org.apache.empire.db.DBRecord
Add the values of this record to the specified XML Element object.
addRowValues(Element) - Method in class org.apache.empire.db.DBRecordData
 
addSQL(StringBuilder, long) - Method in class org.apache.empire.db.DBColumn
Adds the colunm name to the SQL-Command.
addSQL(StringBuilder, long) - Method in class org.apache.empire.db.DBCommand.DBCmdParameter
 
addSQL(StringBuilder, long) - Method in class org.apache.empire.db.DBCommandExpr
Creates the SQL-Command.
addSQL(StringBuilder, long) - Method in class org.apache.empire.db.DBExpr
Used to build the SQL command.
addSQL(StringBuilder, long) - Method in class org.apache.empire.db.DBQuery
Adds the select SQL Command of this object to the specified StringBuilder object.
addSQL(StringBuilder, long) - Method in class org.apache.empire.db.DBTable
Adds the table's name to the supplied sql command buffer.
addSQL(StringBuilder, long) - Method in class org.apache.empire.db.DBView
Creates the SQL-Command adds the alias name to the SQL-Command.
addSQL(StringBuilder, String, Object[], long) - Method in class org.apache.empire.db.expr.column.DBAbstractFuncExpr
Creates the SQL-Command adds a function to the SQL-Command.
addSQL(StringBuilder, long) - Method in class org.apache.empire.db.expr.column.DBAliasExpr
Creates the SQL-Command adds the alias name to the SQL-Command.
addSQL(StringBuilder, long) - Method in class org.apache.empire.db.expr.column.DBCalcExpr
Creates the SQL-Command adds the mathematical operations for the specified DBColumnExpr object and value to the.
addSQL(StringBuilder, long) - Method in class org.apache.empire.db.expr.column.DBCaseExpr
 
addSQL(StringBuilder, long) - Method in class org.apache.empire.db.expr.column.DBConcatExpr
Creates the SQL-Command concatenate a specified column with a specified value sets the column with a specified value to the SQL-Command.
addSQL(StringBuilder, long) - Method in class org.apache.empire.db.expr.column.DBConvertExpr
 
addSQL(StringBuilder, long) - Method in class org.apache.empire.db.expr.column.DBCountExpr
Creates the SQL-Command adds the String "count(*)" to the SQL-Command.
addSQL(StringBuilder, long) - Method in class org.apache.empire.db.expr.column.DBDecodeExpr
 
addSQL(StringBuilder, long) - Method in class org.apache.empire.db.expr.column.DBFuncExpr
Creates the SQL-Command adds a function to the SQL-Command.
addSQL(StringBuilder, long) - Method in class org.apache.empire.db.expr.column.DBValueExpr
Creates the SQL-Command.
addSQL(StringBuilder, long) - Method in class org.apache.empire.db.expr.compare.DBCompareAndOrExpr
Creates the SQL-Command sets the specified compare value (the varible boolOP) between the two DBCompareExpr objects.
addSQL(StringBuilder, long) - Method in class org.apache.empire.db.expr.compare.DBCompareColExpr
Creates the SQL-Command.
addSQL(StringBuilder, long) - Method in class org.apache.empire.db.expr.compare.DBCompareNotExpr
Creates the SQL-Command sets the specified compare value (the varible boolOP) between the two DBCompareExpr objects.
addSQL(StringBuilder, long) - Method in class org.apache.empire.db.expr.compare.DBExistsExpr
Creates the SQL-Command.
addSQL(StringBuilder, long) - Method in class org.apache.empire.db.expr.join.DBJoinExpr
Not allowed, this operation have to be done in the DBCommand object.
addSQL(StringBuilder, long) - Method in class org.apache.empire.db.expr.join.DBJoinExprEx
 
addSQL(StringBuilder, long) - Method in class org.apache.empire.db.expr.set.DBSetExpr
Creates the SQL-Command.
addStmt(String) - Method in class org.apache.empire.db.DBSQLScript
Adds a statement to the script.
addStmt(StringBuilder) - Method in class org.apache.empire.db.DBSQLScript
Adds a statement to the script.
addTable(DBTable) - Method in class org.apache.empire.db.DBDatabase
Adds a DBTable object to list of database tables.
addTimestampColumn(String) - Method in class org.apache.empire.db.DBTable
Adds a timestamp column to the table used for optimistic locking.
addView(DBView) - Method in class org.apache.empire.db.DBDatabase
Adds a DBView object to list of database views.
addWhereConstraints(List<DBCompareExpr>) - Method in class org.apache.empire.db.DBCommand
Adds a list of constraints to the command.
addXml(Element, long) - Method in class org.apache.empire.commons.Attributes
 
addXml(Element, long) - Method in class org.apache.empire.commons.Options
 
addXml(Element, long) - Method in class org.apache.empire.db.DBColumn
 
addXml(Element, long) - Method in class org.apache.empire.db.DBColumnExpr
Add a description of this column with relevant metadata to the supplied parent XML Element.
addXml(Element, long) - Method in class org.apache.empire.db.DBQuery.DBQueryColumn
 
addXml(Element, long) - Method in class org.apache.empire.db.DBTableColumn
Sets field elements, default attributes and all otions to the specified Element object (XML tag).
addXml(Element, long) - Method in class org.apache.empire.db.DBView.DBViewColumn
 
addXml(Element, long) - Method in class org.apache.empire.db.expr.column.DBAbstractFuncExpr
 
addXml(Element, long) - Method in class org.apache.empire.db.expr.column.DBAliasExpr
This function set the alias name to the XML tag.
addXml(Element, long) - Method in class org.apache.empire.db.expr.column.DBCalcExpr
This function set the specified mathematical operations to the XML tag.
addXml(Element, long) - Method in class org.apache.empire.db.expr.column.DBCaseExpr
 
addXml(Element, long) - Method in class org.apache.empire.db.expr.column.DBConcatExpr
This helper function calls the DBColumnExpr.addXML(Element, long) method.
addXml(Element, long) - Method in class org.apache.empire.db.expr.column.DBCountExpr
this adds the column description to the parent element
addXml(Element, long) - Method in class org.apache.empire.db.expr.column.DBValueExpr
this helper function calls the DBColumnExpr.addXML(Element, long) method
and(DBCompareExpr) - Method in class org.apache.empire.db.expr.compare.DBCompareExpr
Creates a new DBCompareORExpr object.
and(DBColumnExpr, DBColumnExpr) - Method in class org.apache.empire.db.expr.join.DBJoinExpr
This function adds an additional constraint to the join.
append(Object) - Method in class org.apache.empire.db.DBColumnExpr
Creates a new DBConcatExpr object with the specified value.
appendElementName(StringBuilder, String, boolean) - Method in class org.apache.empire.db.DBDatabaseDriver
Appends a table, view or column name to an SQL phrase.
appendElementName(StringBuilder, String) - Method in class org.apache.empire.db.DBDatabaseDriver
Appends a table, view or column name to an SQL phrase.
appendQualifiedName(StringBuilder, String, boolean) - Method in class org.apache.empire.db.DBDatabase
Adds a full qualified object name including schema prefix and database link postfix (if any).
arrayToString(Object[], String) - Static method in class org.apache.empire.commons.StringUtils
Converts an array of objects to a string.
as(String) - Method in class org.apache.empire.db.DBColumnExpr
creates a new DBAliasExpr which renames the current expression to the supplied name.
as(DBColumn) - Method in class org.apache.empire.db.DBColumnExpr
creates a new DBAliasExpr which renames the current expression to the name of the supplied column.
attachDatabase(DBDatabase, Connection) - Method in class org.apache.empire.db.mysql.DBDatabaseDriverMySQL
 
attachDatabase(DBDatabase, Connection) - Method in class org.apache.empire.db.sqlserver.DBDatabaseDriverMSSQL
 
Attributes - Class in org.apache.empire.commons
This class holds a map of objects which are identified by a case insensitive key string.
Attributes() - Constructor for class org.apache.empire.commons.Attributes
 
avg() - Method in class org.apache.empire.db.DBColumnExpr
Creates and returns an aggregation function object which returns the average value for the current expression over a group of rows.

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