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

G

get(String) - Method in class org.apache.empire.commons.Attributes
 
get(Object) - Method in class org.apache.empire.commons.Attributes
 
get(Object) - Method in class org.apache.empire.commons.Options
 
getAlias() - Method in class org.apache.empire.db.DBQuery
not applicable - returns null
getAlias() - Method in class org.apache.empire.db.DBRowSet
 
getAlias() - Method in class org.apache.empire.db.DBTable
Returns the table alias name of this object.
getAlias() - Method in class org.apache.empire.db.DBView
Returns the alias name of this object.
getAttribute(String) - Method in interface org.apache.empire.data.ColumnExpr
Returns futher metadata attributes.
getAttribute(String) - Method in class org.apache.empire.db.DBColumn
 
getAttribute(String) - Method in class org.apache.empire.db.DBColumnExpr
Returns the value of a column attribute.
getAttribute(String) - Method in class org.apache.empire.db.DBQuery.DBQueryColumn
 
getAttribute(String) - Method in class org.apache.empire.db.DBView.DBViewColumn
 
getBeanList(Class<T>, int) - Method in class org.apache.empire.db.DBReader
Returns the result of a query as a list of objects resticted to a maximum number of objects (unless maxCount is -1).
getBeanList(Class<T>) - Method in class org.apache.empire.db.DBReader
Returns the result of a query as a list of objects.
getBeanProperties(Object, Collection<ColumnExpr>) - Method in interface org.apache.empire.data.RecordData
writes all field values into a static Java Bean.
getBeanProperties(Object) - Method in interface org.apache.empire.data.RecordData
writes all field values into a static Java Bean.
getBeanProperties(Object, Collection<ColumnExpr>) - Method in class org.apache.empire.db.DBRecordData
Injects the current field values into a java bean.
getBeanProperties(Object) - Method in class org.apache.empire.db.DBRecordData
Injects the current field values into a java bean.
getBeanPropertyName() - Method in interface org.apache.empire.data.ColumnExpr
Returns the name of a Java bean property to which this column is mapped.
getBeanPropertyName() - Method in class org.apache.empire.db.DBColumnExpr
Gets the Java bean property name for this column i.e.
getBoolean(Object) - Static method in class org.apache.empire.commons.ObjectUtils
Converts an object value to a boolean.
getBoolean(int) - Method in class org.apache.empire.db.DBRecordData
Returns a data value identified by the column index.
getBoolean(ColumnExpr) - Method in class org.apache.empire.db.DBRecordData
Returns a data value for the desired column.
getBooleanType() - Method in class org.apache.empire.db.oracle.DBDatabaseDriverOracle
 
getChildText(Node, String) - Static method in class org.apache.empire.xml.XMLUtil
Returns the text value of a given child element.
getCmdColumn(DBColumnExpr) - Method in class org.apache.empire.db.DBCommandExpr
 
getCmdColumn(int) - Method in class org.apache.empire.db.DBCommandExpr
 
getCmdParams() - Method in class org.apache.empire.db.DBCommand
Returns the list of parameter values for a prepared statement.
getCmpop() - Method in class org.apache.empire.db.expr.compare.DBCompareColExpr
 
getColumn(int) - Method in interface org.apache.empire.data.Record
returns the column at the specified index.
getColumn(int) - Method in class org.apache.empire.db.DBRecord
Implements the Record Interface getColumn method.
getColumn(int) - Method in class org.apache.empire.db.DBRowSet
Returns a DBColumn object by a specified index value.
getColumn(String) - Method in class org.apache.empire.db.DBRowSet
Gets the column Expression with a particular name.
getColumn() - Method in class org.apache.empire.db.expr.set.DBSetExpr
 
getColumnExpr(int) - Method in interface org.apache.empire.data.RecordData
returns the column expression for a given column This is the reverse operation of getFieldIndex()
getColumnExpr(int) - Method in class org.apache.empire.db.DBReader
Get the column Expression at position
getColumnExpr(int) - Method in class org.apache.empire.db.DBRecord
Returns a DBColumnExpr object by a specified index value.
getColumnExpr(int) - Method in class org.apache.empire.db.DBRecordData
 
getColumnExpr() - Method in class org.apache.empire.db.expr.compare.DBCompareColExpr
returns the DBColumnExpr object
getColumnIndex(DBColumn) - Method in class org.apache.empire.db.DBRowSet
Gets the index of a particular column expression.
getColumnIndex(Column) - Method in class org.apache.empire.db.DBRowSet
Gets the index of a particular column expression.
getColumnPos(DBColumn) - Method in class org.apache.empire.db.DBIndex
Gets the position of a specified DBColumn object.
getColumnReferences() - Method in class org.apache.empire.db.DBRowSet
Returns the a list of column references.
getColumns() - Method in class org.apache.empire.db.DBIndex
Returns the columns belonging to this index.
getColumns() - Method in class org.apache.empire.db.DBRowSet
Gets all columns of this rowset (e.g. for cmd.select()).
getComment() - Method in class org.apache.empire.db.DBColumn
Returns a comment describing the column in the data scheme.
getComment() - Method in class org.apache.empire.db.DBRowSet
 
getControlType() - Method in interface org.apache.empire.data.ColumnExpr
Returns the column's control type used for displaying and entering data.
getControlType() - Method in class org.apache.empire.db.DBColumnExpr
Returns the columns control type.
getConvertPhrase(DataType, DataType, Object) - Method in class org.apache.empire.db.DBDatabaseDriver
Returns a data type convertion phrase template for this driver
The returned template must contain a '?'
getConvertPhrase(DataType, DataType, Object) - Method in class org.apache.empire.db.hsql.DBDatabaseDriverHSql
 
getConvertPhrase(DataType, DataType, Object) - Method in class org.apache.empire.db.mysql.DBDatabaseDriverMySQL
 
getConvertPhrase(DataType, DataType, Object) - Method in class org.apache.empire.db.oracle.DBDatabaseDriverOracle
 
getConvertPhrase(DataType, DataType, Object) - Method in class org.apache.empire.db.sqlserver.DBDatabaseDriverMSSQL
 
getCount() - Method in class org.apache.empire.db.DBSQLScript
Returns the number of statemetns in this script
getCreateDDLScript(DBDatabaseDriver, DBSQLScript) - Method in class org.apache.empire.db.DBDatabase
Creates a DDL Script for creating all database objects on the target database.
getDatabase() - Method in class org.apache.empire.db.DBColumn
 
getDatabase() - Method in class org.apache.empire.db.DBCombinedCmd
Returns the current DBDatabase object.
getDatabase() - Method in class org.apache.empire.db.DBCommand.DBCmdParameter
 
getDatabase() - Method in class org.apache.empire.db.DBCommand
Returns the current DBDatabase object.
getDatabase() - Method in class org.apache.empire.db.DBDatabase
 
getDatabase() - Method in class org.apache.empire.db.DBIndex
 
getDatabase() - Method in class org.apache.empire.db.DBObject
Returns the database object to which this object belongs to.
getDatabase() - Method in class org.apache.empire.db.DBReader
Returns the current DBDatabase object.
getDatabase() - Method in class org.apache.empire.db.DBRecord
Returns the current DBDatabase object.
getDatabase() - Method in class org.apache.empire.db.DBRelation
 
getDatabase() - Method in class org.apache.empire.db.DBRowSet
Returns the current DBDatabase object.
getDatabase() - Method in class org.apache.empire.db.expr.column.DBAbstractFuncExpr
Returns the current DBDatabase object.
getDatabase() - Method in class org.apache.empire.db.expr.column.DBAliasExpr
Returns the current DBDatabase object.
getDatabase() - Method in class org.apache.empire.db.expr.column.DBCalcExpr
Returns the current DBDatabase object.
getDatabase() - Method in class org.apache.empire.db.expr.column.DBCaseExpr
 
getDatabase() - Method in class org.apache.empire.db.expr.column.DBConcatExpr
Returns the current DBDatabase object.
getDatabase() - Method in class org.apache.empire.db.expr.column.DBCountExpr
Returns the current DBDatabase object.
getDatabase() - Method in class org.apache.empire.db.expr.column.DBValueExpr
Returns the current DBDatabase object.
getDatabase() - Method in class org.apache.empire.db.expr.compare.DBCompareAndOrExpr
Returns the current DBDatabase object.
getDatabase() - Method in class org.apache.empire.db.expr.compare.DBCompareColExpr
Returns the current DBDatabase object.
getDatabase() - Method in class org.apache.empire.db.expr.compare.DBCompareNotExpr
Returns the current DBDatabase object.
getDatabase() - Method in class org.apache.empire.db.expr.compare.DBExistsExpr
Returns the current DBDatabase object.
getDatabase() - Method in class org.apache.empire.db.expr.join.DBJoinExpr
Returns the current DBDatabase object.
getDatabase() - Method in class org.apache.empire.db.expr.set.DBSetExpr
Returns the current DBDatabase object.
getDatabaseName() - Method in class org.apache.empire.db.mysql.DBDatabaseDriverMySQL
returns the name for the database / schema
getDatabaseName() - Method in class org.apache.empire.db.sqlserver.DBDatabaseDriverMSSQL
 
getDataType() - Method in interface org.apache.empire.data.ColumnExpr
Returns the column's data type.
getDataType() - Method in class org.apache.empire.db.DBColumnExpr
Returns the data type of this column expression.
getDataType() - Method in class org.apache.empire.db.DBQuery.DBQueryColumn
 
getDataType() - Method in class org.apache.empire.db.DBTableColumn
Returns the data type.
getDataType() - Method in class org.apache.empire.db.DBView.DBViewColumn
 
getDataType() - Method in class org.apache.empire.db.expr.column.DBAbstractFuncExpr
Returns the data type of the DBColumnExpr object.
getDataType() - Method in class org.apache.empire.db.expr.column.DBAliasExpr
Returns the data type of the DBColumnExpr object.
getDataType() - Method in class org.apache.empire.db.expr.column.DBCalcExpr
Returns the data type: DBDataType.DECIMAL.
getDataType() - Method in class org.apache.empire.db.expr.column.DBCaseExpr
 
getDataType() - Method in class org.apache.empire.db.expr.column.DBConcatExpr
Returns the data type: DT_TEXT.
getDataType() - Method in class org.apache.empire.db.expr.column.DBCountExpr
Returns the data type: DT_INTEGER.
getDataType() - Method in class org.apache.empire.db.expr.column.DBValueExpr
Returns the data type of the DBColumnExpr object.
getDate(int, int, int) - Static method in class org.apache.empire.commons.DateUtils
 
getDate(Object, Locale) - Static method in class org.apache.empire.commons.ObjectUtils
Converts an object value to a Date.
getDate(Object) - Static method in class org.apache.empire.commons.ObjectUtils
Converts an object value to a Date.
getDateNow() - Static method in class org.apache.empire.commons.DateUtils
Returns the current date without time
getDateOnly(Date) - Static method in class org.apache.empire.commons.DateUtils
 
getDateTime(int) - Method in class org.apache.empire.db.DBRecordData
Returns a data value identified by the column index.
getDateTime(ColumnExpr) - Method in class org.apache.empire.db.DBRecordData
Returns a data value for the desired column.
getDateTimeFromNow(boolean, int, int, int) - Static method in class org.apache.empire.commons.DateUtils
returns a date relative from the current date.
getDBColumn(int) - Method in class org.apache.empire.db.DBRecord
Returns the DBColumn for the field at the given index.
getDDLScript(DBCmdType, DBObject, DBSQLScript) - Method in class org.apache.empire.db.DBDatabaseDriver
gets an SQL command for creating, modifying or deleting objects in the database (tables, columns, constraints, etc.)
getDDLScript(DBCmdType, DBObject, DBSQLScript) - Method in class org.apache.empire.db.hsql.DBDatabaseDriverHSql
 
getDDLScript(DBCmdType, DBObject, DBSQLScript) - Method in class org.apache.empire.db.mysql.DBDatabaseDriverMySQL
 
getDDLScript(DBCmdType, DBObject, DBSQLScript) - Method in class org.apache.empire.db.oracle.DBDatabaseDriverOracle
 
getDDLScript(DBCmdType, DBObject, DBSQLScript) - Method in class org.apache.empire.db.sqlserver.DBDatabaseDriverMSSQL
 
getDefaultValue() - Method in class org.apache.empire.db.DBTableColumn
Returns the default column value.
getDelete(DBTable) - Method in class org.apache.empire.db.DBCommand
Creates the delete SQL-Command.
getDelete(DBTable) - Method in class org.apache.empire.db.oracle.DBCommandOracle
Creates the delete SQL-Command.
getDictionnary() - Method in class org.apache.empire.db.oracle.OracleDataDictionnary
 
getDocumentBuilder() - Static method in class org.apache.empire.xml.XMLUtil
Returns an initialzed, namespace aware DocumentBuilder.
getDouble(Object, double) - Static method in class org.apache.empire.commons.ObjectUtils
Converts an object value to a double.
getDouble(Object) - Static method in class org.apache.empire.commons.ObjectUtils
Converts an object value to a double.
getDouble(int) - Method in class org.apache.empire.db.DBRecordData
Returns a data value identified by the column index.
getDouble(ColumnExpr) - Method in class org.apache.empire.db.DBRecordData
Returns a data value for the desired column.
getDriver() - Method in class org.apache.empire.db.DBDatabase
Returns the driver for this database.
getElementText(Node) - Static method in class org.apache.empire.xml.XMLUtil
Retrieves the text of a given element.
getEntry(Object) - Method in class org.apache.empire.commons.Options
 
getErrorMessage() - Method in class org.apache.empire.commons.ErrorObject
Returns the message associated with the last error.
getErrorMessage(ErrorInfo) - Static method in class org.apache.empire.commons.Errors
Gets an error Message from an object implementing the error info interface.
getErrorParams() - Method in interface org.apache.empire.commons.ErrorInfo
Returns the parameters used to build the error text.
getErrorParams() - Method in class org.apache.empire.commons.ErrorObject
Returns the parameters used to build the error text.
getErrorSource() - Method in interface org.apache.empire.commons.ErrorInfo
Returns the source object's class name that raised the error
getErrorSource() - Method in class org.apache.empire.commons.ErrorObject
Returns the parameters used to build the error text.
getErrorType() - Method in interface org.apache.empire.commons.ErrorInfo
Returns the last error code.
getErrorType() - Method in class org.apache.empire.commons.ErrorObject
Returns the last error code.
getExpr() - Method in class org.apache.empire.db.expr.column.DBAliasExpr
This helper function returns the underlying column expression.
getFieldCount() - Method in interface org.apache.empire.data.RecordData
returns the number of field available
getFieldCount() - Method in class org.apache.empire.db.DBReader
returns the number of the elements of the colList array
getFieldCount() - Method in class org.apache.empire.db.DBRecord
Returns the number of the columns.
getFieldCount() - Method in class org.apache.empire.db.DBRecordData
 
getFieldIndex(ColumnExpr) - Method in interface org.apache.empire.data.RecordData
returns the index of the given column expression Indexed operations provide better performace for bulk processing
getFieldIndex(String) - Method in interface org.apache.empire.data.RecordData
returns the index of the column expression with the given name
getFieldIndex(ColumnExpr) - Method in class org.apache.empire.db.DBReader
Returns the index value by a specified DBColumnExpr object.
getFieldIndex(String) - Method in class org.apache.empire.db.DBReader
Returns the index value by a specified column name.
getFieldIndex(ColumnExpr) - Method in class org.apache.empire.db.DBRecord
Returns the index value by a specified DBColumnExpr object.
getFieldIndex(String) - Method in class org.apache.empire.db.DBRecord
Returns the index value by a specified column name.
getFieldIndex(ColumnExpr) - Method in class org.apache.empire.db.DBRecordData
 
getFieldIndex(String) - Method in class org.apache.empire.db.DBRecordData
 
getFieldOptions(Column) - Method in interface org.apache.empire.data.Record
returns the Options list for the given record field.
getFieldOptions(DBColumn) - Method in class org.apache.empire.db.DBRecord
Gets the possbile Options for a field in the context of the current record.
getFieldOptions(Column) - Method in class org.apache.empire.db.DBRecord
Gets the possbile Options for a field in the context of the current record.
getFirstChild(Node) - Static method in class org.apache.empire.xml.XMLUtil
Gets the first (direct) child Element.
getFullName() - Method in class org.apache.empire.db.DBColumn
Returns the full qualified column name.
getFullName() - Method in class org.apache.empire.db.DBIndex
Returns the full qualified table name.
getFullName() - Method in class org.apache.empire.db.DBRelation
Returns the full qualified table name.
getFullName() - Method in class org.apache.empire.db.DBRowSet
Returns the full qualified name of the rowset.
getFullName() - Method in class org.apache.empire.db.DBView
Returns the full qualified table name.
getIndexes() - Method in class org.apache.empire.db.DBTable
Returns the list of indexes (except the primary key).
getInputStream() - Method in class org.apache.empire.db.DBBlobData
Returns the inputStream with the binary data for the BLOB.
getInsert() - Method in class org.apache.empire.db.DBCommand
Creates the insert SQL-Command.
getInsertInto(DBTable, List<DBColumnExpr>) - Method in class org.apache.empire.db.DBCommandExpr
Create the insert into SQL-Command which copies data from a select statement to a destination table.
getInsertInto(DBTable) - Method in class org.apache.empire.db.DBCommandExpr
Create the insert into SQL-Command which copies data from a select statement to a destination table.
getInstance() - Static method in class org.apache.empire.db.DBXmlDictionary
 
getInt(int) - Method in class org.apache.empire.db.DBRecordData
Returns a data value identified by the column index.
getInt(ColumnExpr) - Method in class org.apache.empire.db.DBRecordData
Returns a data value for the desired column.
getInteger(Object, int) - Static method in class org.apache.empire.commons.ObjectUtils
Converts an object value to an integer.
getInteger(Object) - Static method in class org.apache.empire.commons.ObjectUtils
Converts an object value to an integer.
getJoinConstraint() - Method in class org.apache.empire.db.expr.join.DBJoinExprEx
 
getJoins() - Method in class org.apache.empire.db.DBCommand
Returns a copy of the defined joins.
getKey() - Method in class org.apache.empire.commons.ErrorType
Returns the error type key (might be used for internationalization).
getKeyColumns() - Method in interface org.apache.empire.data.Record
returns an array of key columns which uniquely identify the record.
getKeyColumns() - Method in class org.apache.empire.db.DBQuery
return query key columns
getKeyColumns() - Method in class org.apache.empire.db.DBRecord
returns an array of key columns which uniquely identify the record.
getKeyColumns() - Method in class org.apache.empire.db.DBRowSet
Returns an array of all primary key columns.
getKeyValues() - Method in class org.apache.empire.db.DBRecord
Returns the array of primary key columns.
getLeft() - Method in class org.apache.empire.db.expr.compare.DBCompareAndOrExpr
 
getLeft() - Method in class org.apache.empire.db.expr.join.DBJoinExpr
 
getLength() - Method in class org.apache.empire.db.DBBlobData
Returns the length of the BLOB data in bytes.
getLength() - Method in class org.apache.empire.db.DBClobData
Returns the length of the CLOB data in characters.
getLinkName() - Method in class org.apache.empire.db.DBDatabase
Returns the database link name.
getLong(Object, long) - Static method in class org.apache.empire.commons.ObjectUtils
Converts an object value to a long.
getLong(Object) - Static method in class org.apache.empire.commons.ObjectUtils
Converts an object value to a long.
getLong(int) - Method in class org.apache.empire.db.DBRecordData
Returns a data value identified by the column index.
getLong(ColumnExpr) - Method in class org.apache.empire.db.DBRecordData
Returns a data value for the desired column.
getMessage(ErrorInfo) - Static method in class org.apache.empire.commons.ErrorObject
Returns the message associated with an error.
getMessagePattern() - Method in class org.apache.empire.commons.ErrorType
Returns the message pattern.
getName() - Method in interface org.apache.empire.data.ColumnExpr
Returns the physical column name.
getName() - Method in class org.apache.empire.db.DBColumn
Returns the column name.
getName() - Method in class org.apache.empire.db.DBColumnExpr
Returns the column name for this column epxression.
getName() - Method in class org.apache.empire.db.DBIndex
Returns the primary key name.
getName() - Method in class org.apache.empire.db.DBQuery
not applicable - returns null
getName() - Method in class org.apache.empire.db.DBRelation
Returns the name.
getName() - Method in class org.apache.empire.db.DBRowSet
 
getName() - Method in class org.apache.empire.db.DBTable
Returns the table name of this object.
getName() - Method in class org.apache.empire.db.DBView
Returns the view name of this object.
getName() - Method in class org.apache.empire.db.expr.column.DBAbstractFuncExpr
Returns the column name.
getName() - Method in class org.apache.empire.db.expr.column.DBAliasExpr
This helper function returns the alias name.
getName() - Method in class org.apache.empire.db.expr.column.DBCalcExpr
Returns the given expression name.
getName() - Method in class org.apache.empire.db.expr.column.DBCaseExpr
 
getName() - Method in class org.apache.empire.db.expr.column.DBConcatExpr
This helper function returns expression name.
getName() - Method in class org.apache.empire.db.expr.column.DBCountExpr
Returns the String "count".
getName() - Method in class org.apache.empire.db.expr.column.DBValueExpr
Returns the column name.
getNamespaceURI(Document, String) - Static method in class org.apache.empire.xml.XMLUtil
 
getNextSequenceValue(String, Connection) - Method in class org.apache.empire.db.DBDatabase
 
getNextSequenceValue(DBDatabase, String, int, Connection) - Method in class org.apache.empire.db.DBDatabaseDriver
Returns the next value of a named sequence The numbers are used for fields of type DBExpr.DT_AUTOINC.
getNextSequenceValue(DBDatabase, String, int, Connection) - Method in class org.apache.empire.db.hsql.DBDatabaseDriverHSql
 
getNextSequenceValue(DBDatabase, String, int, Connection) - Method in class org.apache.empire.db.mysql.DBDatabaseDriverMySQL
 
getNextSequenceValue(DBDatabase, String, int, Connection) - Method in class org.apache.empire.db.oracle.DBDatabaseDriverOracle
 
getNextSequenceValue(DBDatabase, String, int, Connection) - Method in class org.apache.empire.db.sqlserver.DBDatabaseDriverMSSQL
 
getNextSiblingElement(Element, boolean) - Static method in class org.apache.empire.xml.XMLUtil
Returns the next sibling Element for an element, optionally matching tag names.
getNextValue(String, long, Connection) - Method in class org.apache.empire.db.DBDatabaseDriver.DBSeqTable
 
getNullType(DBCmpType) - Static method in enum org.apache.empire.db.DBCmpType
 
getNumParams() - Method in class org.apache.empire.commons.ErrorType
Returns the number of parameters required for the message pattern.
getObjectOwner() - Method in class org.apache.empire.db.sqlserver.DBDatabaseDriverMSSQL
 
getOptimizerHint() - Method in class org.apache.empire.db.oracle.DBCommandOracle
 
getOptions() - Method in interface org.apache.empire.data.ColumnExpr
Returns an option set with possible column values and their corresponding display text.
getOptions() - Method in class org.apache.empire.db.DBColumn
 
getOptions() - Method in class org.apache.empire.db.DBColumnExpr
Returns the list of options for this column containing all possbile field values.
getOptions() - Method in class org.apache.empire.db.DBQuery.DBQueryColumn
 
getOptions() - Method in class org.apache.empire.db.DBView.DBViewColumn
 
getOuterTable() - Method in class org.apache.empire.db.expr.join.DBJoinExpr
Returns the left table name if the data type= JOIN_LEFT and returns the right table if the data type= JOIN_RIGHT.
getPostInsertAutoIncValue(DBDatabase, Connection) - Method in class org.apache.empire.db.DBDatabaseDriver
Returns the value of an AutoIncrement field for the last inserted record.
getPostInsertAutoIncValue(DBDatabase, Connection) - Method in class org.apache.empire.db.mysql.DBDatabaseDriverMySQL
 
getPrimaryKey() - Method in class org.apache.empire.db.DBTable
Returns the primary key.
getQualifiedName(String) - Method in class org.apache.empire.db.DBDatabase
Deprecated. 
getQueryColumns() - Method in class org.apache.empire.db.DBQuery
Gets all columns of this rowset (e.g. for cmd.select()).
getReader() - Method in class org.apache.empire.db.DBClobData
Set the defaultEncoding used in a constructor.
getRecordData(DBCommandExpr, Connection) - Method in class org.apache.empire.db.DBReader
Opens the reader by executing the given SQL command and moves to the first row.
getRecordDefaultValue(Connection) - Method in class org.apache.empire.db.DBTableColumn
Returns the default column value.
getRecordKey(DBRecord) - Method in class org.apache.empire.db.DBQuery
Returns a array of primary key columns by a specified DBRecord object.
getRecordKey(DBRecord) - Method in class org.apache.empire.db.DBRowSet
Returns a array of primary key columns by a specified DBRecord object.
getReferences() - Method in class org.apache.empire.db.DBRelation
Returns the references.
getRelations() - Method in class org.apache.empire.db.DBDatabase
Returns the tables which has been defined in the database.
getResultValue(ResultSet, int, DataType) - Method in class org.apache.empire.db.DBDatabaseDriver
Reads a sinlge column value from the given JDBC ResultSet and returns a value object of desired data type.
getResultValue(ResultSet, int, DataType) - Method in class org.apache.empire.db.oracle.DBDatabaseDriverOracle
Gets the value of a sql ResultSet.
getRight() - Method in class org.apache.empire.db.expr.compare.DBCompareAndOrExpr
 
getRight() - Method in class org.apache.empire.db.expr.join.DBJoinExpr
 
getRowElementName() - Method in class org.apache.empire.db.DBXmlDictionary
 
getRowIdColumnAttribute() - Method in class org.apache.empire.db.DBXmlDictionary
 
getRowSet() - Method in class org.apache.empire.db.DBColumn
Returns DBTable, DBQuery or DBView object.
getRowSet() - Method in class org.apache.empire.db.DBRecord
Returns the DBRowSet object.
getRowSetData() - Method in class org.apache.empire.db.DBRecord
Returns the DBRowSet object.
getRowSetElementName() - Method in class org.apache.empire.db.DBXmlDictionary
 
getSchema() - Method in class org.apache.empire.db.DBDatabase
Returns the schema for SQL statements.
getSchemaPrefix() - Method in class org.apache.empire.db.DBDatabase
Returns the schema-prefix for SQL statements e.g.
getScrollable() - Method in class org.apache.empire.db.DBReader
 
getSelect(StringBuilder) - Method in class org.apache.empire.db.DBCombinedCmd
Creates the SQL-Command.
getSelect(StringBuilder) - Method in class org.apache.empire.db.DBCommand
 
getSelect(StringBuilder) - Method in class org.apache.empire.db.DBCommandExpr
 
getSelect() - Method in class org.apache.empire.db.DBCommandExpr
returns an SQL select command for querying records.
getSelect(StringBuilder) - Method in class org.apache.empire.db.oracle.DBCommandOracle
Creates the SQL statement the special characteristics of the Oracle database are supported.
getSelectExprList() - Method in class org.apache.empire.db.DBCombinedCmd
Calls the method dbDBCommandExpr.getSelectExprList from the private variable 'left'.
getSelectExprList() - Method in class org.apache.empire.db.DBCommand
Returns a array of all DBColumnExpr object of the Vector: 'select'.
getSelectExprList() - Method in class org.apache.empire.db.DBCommandExpr
 
getSequenceTableName() - Method in class org.apache.empire.db.mysql.DBDatabaseDriverMySQL
returns the name of the sequence table
getSequenceTableName() - Method in class org.apache.empire.db.sqlserver.DBDatabaseDriverMSSQL
returns the name of the sequence table
getSize() - Method in interface org.apache.empire.data.Column
Returns the maximum size a value for this column is allowed to have.
getSize() - Method in class org.apache.empire.db.DBColumn
Returns the size of the column.
getSize() - Method in class org.apache.empire.db.DBQuery.DBQueryColumn
 
getSize() - Method in class org.apache.empire.db.DBTableColumn
Gets the the column width.
getSize() - Method in class org.apache.empire.db.DBView.DBViewColumn
 
getSourceColumn() - Method in interface org.apache.empire.data.ColumnExpr
Returns the underlying source column (if any).
getSourceColumn() - Method in class org.apache.empire.db.DBColumnExpr
Returns the source column.
getSourceColumn() - Method in class org.apache.empire.db.DBRelation.DBReference
 
getSourceColumnExpr() - Method in class org.apache.empire.db.DBView.DBViewColumn
 
getSQLPhrase(int) - Method in class org.apache.empire.db.DBDatabaseDriver
Returns an sql phrase template for this database system.
getSQLPhrase(int) - Method in class org.apache.empire.db.hsql.DBDatabaseDriverHSql
Gets an sql phrase template for this database system.
getSQLPhrase(int) - Method in class org.apache.empire.db.mysql.DBDatabaseDriverMySQL
Gets an sql phrase template for this database system.
getSQLPhrase(int) - Method in class org.apache.empire.db.oracle.DBDatabaseDriverOracle
Gets an sql phrase template for this database system.
getSQLPhrase(int) - Method in class org.apache.empire.db.sqlserver.DBDatabaseDriverMSSQL
Gets an sql phrase template for this database system.
getState() - Method in class org.apache.empire.db.DBRecord
Returns the record state.
getStmt(int) - Method in class org.apache.empire.db.DBSQLScript
Returns the statement at the given index
getString(int) - Method in class org.apache.empire.db.DBRecordData
Returns a data value identified by the column index.
getString(ColumnExpr) - Method in class org.apache.empire.db.DBRecordData
Returns a data value for the desired column.
getSystemDateExpr() - Method in class org.apache.empire.db.DBDatabase
Creates and returns a value object for the database systems current date and time.
getTable(String) - Method in class org.apache.empire.db.DBDatabase
Finds a DBTable object by name.
getTable() - Method in class org.apache.empire.db.expr.set.DBSetExpr
Returns the current DBDatabase object.
getTables() - Method in class org.apache.empire.db.DBDatabase
Returns the tables which has been defined in the database.
getTargetColumn() - Method in class org.apache.empire.db.DBRelation.DBReference
 
getText() - Method in class org.apache.empire.commons.OptionEntry
 
getTextAt(int) - Method in class org.apache.empire.commons.Options
 
getTimeNow() - Static method in class org.apache.empire.commons.DateUtils
Returns the current date and time
getTimestampColumn() - Method in class org.apache.empire.db.DBRowSet
 
getTitle() - Method in interface org.apache.empire.data.ColumnExpr
Returns the column's display title.
getTitle() - Method in class org.apache.empire.db.DBColumnExpr
Returns the title attribute.
getType() - Method in class org.apache.empire.db.DBIndex
Returns the primary key type (only PRIMARYKEY).
getType() - Method in class org.apache.empire.db.expr.join.DBJoinExpr
 
getUpdate() - Method in class org.apache.empire.db.DBCommand
Creates the update SQL-Command.
getUpdateColumn() - Method in class org.apache.empire.db.DBColumn
Returns this object.
getUpdateColumn() - Method in class org.apache.empire.db.DBColumnExpr
Returns the underlying physical column which may be used for updates.
getUpdateColumn() - Method in class org.apache.empire.db.expr.column.DBAbstractFuncExpr
Returns the DBColunm object.
getUpdateColumn() - Method in class org.apache.empire.db.expr.column.DBAliasExpr
Returns the DBColunm object.
getUpdateColumn() - Method in class org.apache.empire.db.expr.column.DBCalcExpr
returns null
getUpdateColumn() - Method in class org.apache.empire.db.expr.column.DBCaseExpr
 
getUpdateColumn() - Method in class org.apache.empire.db.expr.column.DBConcatExpr
returns null
getUpdateColumn() - Method in class org.apache.empire.db.expr.column.DBCountExpr
Returns null.
getUpdateColumn() - Method in class org.apache.empire.db.expr.column.DBValueExpr
Returns null.
getUpdateTimestamp(Connection) - Method in class org.apache.empire.db.DBDatabase
Returns a timestamp that is used for record updates.
getUpdateTimestamp(Connection) - Method in class org.apache.empire.db.DBDatabaseDriver
Returns a timestamp that is used for record updates.
getUpdateTimestamp(Connection) - Method in class org.apache.empire.db.hsql.DBDatabaseDriverHSql
Overridden.
getUpdateTimestamp(Connection) - Method in class org.apache.empire.db.mysql.DBDatabaseDriverMySQL
Overridden.
getUpdateTimestamp(Connection) - Method in class org.apache.empire.db.oracle.DBDatabaseDriverOracle
Overridden.
getUpdateTimestamp(Connection) - Method in class org.apache.empire.db.sqlserver.DBDatabaseDriverMSSQL
Overridden.
getValue() - Method in class org.apache.empire.commons.OptionEntry
 
getValue(int) - Method in interface org.apache.empire.data.RecordData
returns the value of the field at the given index position Indexed operations provide better performace for bulk processing compared to getValue(ColumnExpr)
getValue(ColumnExpr) - Method in interface org.apache.empire.data.RecordData
returns the record value for a particular column
getValue() - Method in class org.apache.empire.db.DBCommand.DBCmdParameter
 
getValue(int) - Method in class org.apache.empire.db.DBReader
Returns a data value identified by the column index.
getValue(int) - Method in class org.apache.empire.db.DBRecord
Returns the value for the given column or null if either the index is out of range or the value is not valid (see DBRecord.isValueValid(int))
getValue(int) - Method in class org.apache.empire.db.DBRecordData
Returns a value based on an index.
getValue(ColumnExpr) - Method in class org.apache.empire.db.DBRecordData
Returns a data value for the desired column .
getValue() - Method in class org.apache.empire.db.expr.compare.DBCompareColExpr
 
getValue() - Method in class org.apache.empire.db.expr.set.DBSetExpr
 
getValueAt(int) - Method in class org.apache.empire.commons.Options
 
getValueClass(DataType) - Static method in class org.apache.empire.db.DBExpr
Returns the java class type for a given dataType
getValueExpr(String) - Method in class org.apache.empire.db.DBDatabase
Creates and returns a value object for the given string value.
getValueExpr(boolean) - Method in class org.apache.empire.db.DBDatabase
Creates and returns a value object for the given boolean value.
getValueExpr(int) - Method in class org.apache.empire.db.DBDatabase
Creates and returns a value object for the given integer value.
getValueExpr(long) - Method in class org.apache.empire.db.DBDatabase
Creates and returns a value object for the given long value.
getValueExpr(Object, DataType) - Method in class org.apache.empire.db.DBDatabase
Creates and returns a value object for the given value.
getValues() - Method in class org.apache.empire.commons.Options
 
getValueString() - Method in class org.apache.empire.commons.OptionEntry
 
getValueString(Object, DataType) - Method in class org.apache.empire.db.DBDatabaseDriver
Creates a sql string for a given value.
getView(String) - Method in class org.apache.empire.db.DBDatabase
Finds a DBView object by name.
getView() - Method in class org.apache.empire.db.DBView.DBViewColumn
 
getViews() - Method in class org.apache.empire.db.DBDatabase
Returns the tables which has been defined in the database.
getWeekOfYear(Date, Locale) - Static method in class org.apache.empire.commons.DateUtils
 
getWhereConstraints() - Method in class org.apache.empire.db.DBCommand
Returns a copy of the defined where clauses.
getXmlDocument() - Method in class org.apache.empire.db.DBReader
Returns a XML document with the field descriptiona an values of this record.
getXmlDocument() - Method in class org.apache.empire.db.DBRecord
Returns a XML document with the field descriptiona an values of this record.
getXmlDocument() - Method in class org.apache.empire.db.DBRecordData
 
groupBy(DBColumnExpr[]) - Method in class org.apache.empire.db.DBCommand
Adds a list columns to the group by phrase of an sql statement.
groupBy(DBColumnExpr) - Method in class org.apache.empire.db.DBCommand
Adds a column to the group by phrase of an sql statement.
groupBy(DBColumnExpr, DBColumnExpr) - Method in class org.apache.empire.db.DBCommand
Adds two columns to the group by phrase of an sql statement.
groupBy(DBColumnExpr, DBColumnExpr, DBColumnExpr) - Method in class org.apache.empire.db.DBCommand
Adds three columns to the group by phrase of an sql statement.

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