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

I

IllegalFormat - Static variable in class org.apache.empire.commons.Errors
 
IllegalValue - Static variable in class org.apache.empire.commons.Errors
 
in(Object) - Method in class org.apache.empire.db.DBColumnExpr
Creates and returns a new comparison object for the SQL "in" operator.
indexOf(Object) - Method in class org.apache.empire.db.DBColumnExpr
Creates and returns a sql-expression that returns the position of a string in the current column expression.
indexOf(Object, DBExpr) - Method in class org.apache.empire.db.DBColumnExpr
Creates and returns a sql-expression that returns the position of a string in the current column expression.
indexOf(Object, int) - Method in class org.apache.empire.db.DBColumnExpr
Overloaded.
init(DBRowSet, Object[], boolean) - Method in class org.apache.empire.db.DBRecord
Initializes this record object by attaching it to a rowset, setting its primary key values and setting the record state.
init(String, boolean, boolean) - Method in class org.apache.empire.xml.XMLConfiguration
Initialize the configuration.
initNew(DBRowSet, Connection) - Method in class org.apache.empire.db.DBRecord
Deprecated. use DBRecord.create(DBRowSet, Connection)
initNew(DBRowSet) - Method in class org.apache.empire.db.DBRecord
Deprecated. use DBRecord.create(DBRowSet)
initRecord(DBRecord, Object[]) - Method in class org.apache.empire.db.DBQuery
Initialize specified DBRecord object with primary key columns (the Object[] keyValues).
initRecord(DBRowSet, DBRecord) - Method in class org.apache.empire.db.DBReader
initializes a DBRecord object with the values of the current row.
initRecord(DBRecord, Object[]) - Method in class org.apache.empire.db.DBRowSet
Initializes a DBRecord for this RowSet and sets primary key values (the Object[] keyValues).
initRecord(DBRecord, DBRecordData) - Method in class org.apache.empire.db.DBRowSet
Initializes a DBRecord for this rowset using the record data provided (i.e. from a DBReader)
The record may then be modified and updated.
insertElement(Node, String, String, Element) - Static method in class org.apache.empire.xml.XMLUtil
Inserts a new child element to a parent.
insertElement(Node, String, Element) - Static method in class org.apache.empire.xml.XMLUtil
 
insertElementNS(Node, String, String, String, Element) - Static method in class org.apache.empire.xml.XMLUtil
Inserts a new child element to a parent.
insertElementNS(Node, String, String, Element) - Static method in class org.apache.empire.xml.XMLUtil
 
Internal - Static variable in class org.apache.empire.commons.Errors
 
intersect(DBCommandExpr) - Method in class org.apache.empire.db.DBCommandExpr
Constructs a new DBCombinedCmd object with this object, the key word= "INTERSECT" and the selected DBCommandExpr.
InvalidArg - Static variable in class org.apache.empire.commons.Errors
 
InvalidPassword - Static variable in class org.apache.empire.commons.Errors
 
InvalidProperty - Static variable in class org.apache.empire.commons.Errors
 
is(Object) - Method in class org.apache.empire.db.DBColumnExpr
Creates and returns a new comparison object for the SQL "=" (equal) operator.
isAggregate() - Method in class org.apache.empire.db.DBColumn
Always returns false since DBColumns cannot be aggregates.
isAggregate() - Method in class org.apache.empire.db.DBColumnExpr
Indicates wheter this function is an aggregate (sum, min, max, avg, ...) or not
isAggregate() - Method in class org.apache.empire.db.expr.column.DBAbstractFuncExpr
Returns whether the function is an aggegation function
that combines multiple rows to one result row.
isAggregate() - Method in class org.apache.empire.db.expr.column.DBAliasExpr
Always returns false since an alias expression cannot be an aggregate.
isAggregate() - Method in class org.apache.empire.db.expr.column.DBCalcExpr
Always returns false since CalcExpressions cannot be aggregates.
isAggregate() - Method in class org.apache.empire.db.expr.column.DBCaseExpr
 
isAggregate() - Method in class org.apache.empire.db.expr.column.DBConcatExpr
Always returns false since a concat expression cannot be an aggregate.
isAggregate() - Method in class org.apache.empire.db.expr.column.DBCountExpr
Returns true since the count function is an aggregate function.
isAggregate() - Method in class org.apache.empire.db.expr.column.DBValueExpr
Always returns false since value expressions cannot be an aggregate.
isAssignmentCompatible(Class, Class) - Static method in class org.apache.empire.commons.ObjectUtils
 
isBetween(Object, Object) - Method in class org.apache.empire.db.DBColumnExpr
Creates and returns a new comparison object for the SQL "between" operator.
isCascadeDelete() - Method in class org.apache.empire.db.DBTable
Returns true if cascaded deletes are enabled or false otherwise.
isColumnReadOnly(DBColumn) - Method in class org.apache.empire.db.DBRowSet
Checks whether a column is read only or writable.
isDDLColumnDefaults() - Method in class org.apache.empire.db.DBDatabaseDriver
 
isEmail(String) - Static method in class org.apache.empire.commons.StringUtils
 
isEmpty(Object) - Static method in class org.apache.empire.commons.ObjectUtils
Checks whether an object has no value.
isEmpty() - Method in class org.apache.empire.commons.Options
 
isEmpty(String) - Static method in class org.apache.empire.commons.StringUtils
 
isExceptionsEnabled() - Static method in class org.apache.empire.commons.ErrorObject
Returns wether or not Exceptions will be thrown on failure.
isFieldReadOnly(Column) - Method in interface org.apache.empire.data.Record
returns true if the field is read-only.
isFieldReadOnly(DBColumn) - Method in class org.apache.empire.db.DBRecord
returns whether a field is read only or not
isFieldReadOnly(Column) - Method in class org.apache.empire.db.DBRecord
returns whether a field is read only or not
isFieldVisible(Column) - Method in interface org.apache.empire.data.Record
returns true if the field is visible to the client.
isFieldVisible(DBColumn) - Method in class org.apache.empire.db.DBRecord
returns whether a field is visible to the client or not May be overridden to implement context specific logic.
isFieldVisible(Column) - Method in class org.apache.empire.db.DBRecord
returns whether a field is read only or not
isGreaterThan(Object) - Method in class org.apache.empire.db.DBColumnExpr
Creates and returns a new comparison object for the SQL ">" (greater than) operator.
isJoinOn(DBRowSet) - Method in class org.apache.empire.db.expr.join.DBJoinExpr
 
isKeyColumn(DBColumn) - Method in class org.apache.empire.db.DBRowSet
Checks whether a given column is part of the primary key for this RowSet
isLessOrEqual(Object) - Method in class org.apache.empire.db.DBColumnExpr
Creates and returns a new comparison object for the SQL "<=" (less or equal) operator.
isModified() - Method in interface org.apache.empire.data.Record
returns true if the record has been modified.
isModified() - Method in class org.apache.empire.db.DBRecord
Returns true if the record is modified.
isMoreOrEqual(Object) - Method in class org.apache.empire.db.DBColumnExpr
Creates and returns a new comparison object for the SQL ">=" (greater or equal) operator.
isMutuallyExclusive(DBCompareExpr) - Method in class org.apache.empire.db.expr.compare.DBCompareAndOrExpr
Returns wheter the constraint should replace another one or not.
isMutuallyExclusive(DBCompareExpr) - Method in class org.apache.empire.db.expr.compare.DBCompareColExpr
Returns wheter the constraint should replace another one or not.
isMutuallyExclusive(DBCompareExpr) - Method in class org.apache.empire.db.expr.compare.DBCompareExpr
 
isMutuallyExclusive(DBCompareExpr) - Method in class org.apache.empire.db.expr.compare.DBCompareNotExpr
Returns wheter the constraint should replace another one or not.
isMutuallyExclusive(DBCompareExpr) - Method in class org.apache.empire.db.expr.compare.DBExistsExpr
Returns wheter the constraint should replace another one or not.
isNew() - Method in interface org.apache.empire.data.Record
returns true if this record is a new record.
isNew() - Method in class org.apache.empire.db.DBRecord
Returns true if this record is a new record.
isNot(Object) - Method in class org.apache.empire.db.DBColumnExpr
Creates and returns a new comparison object for the SQL "<>" (not equal) operator.
isNotBetween(Object, Object) - Method in class org.apache.empire.db.DBColumnExpr
Creates and returns a new comparison object for the SQL "not between" operator.
isNull(int) - Method in interface org.apache.empire.data.RecordData
checks if the field at the given index position contains no value (null) Indexed operations provide better performace for bulk processing compared to isNull(ColumnExpr)
isNull(ColumnExpr) - Method in interface org.apache.empire.data.RecordData
checks if the record contains no value (null) for the given column
isNull(int) - Method in class org.apache.empire.db.DBReader
Checks wehter a column value is null Unlike the base class implementation, this class directly check the value fromt the resultset.
isNull(int) - Method in class org.apache.empire.db.DBRecordData
Checks whether or not the value for the given column is null.
isNull(ColumnExpr) - Method in class org.apache.empire.db.DBRecordData
Checks whether or not the value for the given column is null.
isOpen() - Method in class org.apache.empire.db.DBDatabase
Indicates whether the database has been opened.
isOpen() - Method in class org.apache.empire.db.DBReader
returns null true if the Rowset is not null, and otherwise false
isOr() - Method in class org.apache.empire.db.expr.compare.DBCompareAndOrExpr
 
isReadOnly() - Method in interface org.apache.empire.data.Column
Returns true if the values for this column are generally read only (like i.e. for sequence generated values).
isReadOnly() - Method in class org.apache.empire.db.DBColumn
Returns true if the column is read-only.
isReadOnly() - Method in class org.apache.empire.db.DBQuery.DBQueryColumn
 
isReadOnly() - Method in class org.apache.empire.db.DBTableColumn
Checks whether the column is read only.
isReadOnly() - Method in class org.apache.empire.db.DBView.DBViewColumn
 
isRequired() - Method in interface org.apache.empire.data.Column
Returns whether or not the value for this column must be supplied (i.e. it is mandatory) or not.
isRequired() - Method in class org.apache.empire.db.DBColumn
Returns true if the column is required.
isRequired() - Method in class org.apache.empire.db.DBQuery.DBQueryColumn
 
isRequired() - Method in class org.apache.empire.db.DBTableColumn
Returns true if column is mandatory.
isRequired() - Method in class org.apache.empire.db.DBView.DBViewColumn
 
isSelectDistinct() - Method in class org.apache.empire.db.DBCommand
Returns whether or not the select statement will be distinct or not.
isSmallerThan(Object) - Method in class org.apache.empire.db.DBColumnExpr
Creates and returns a new comparison object for the SQL "<" (less than) operator.
isSupported(DBDriverFeature) - Method in class org.apache.empire.db.DBDatabaseDriver
Returns whether or not a particular feature is supported by this driver
isSupported(DBDriverFeature) - Method in class org.apache.empire.db.hsql.DBDatabaseDriverHSql
Returns whether or not a particular feature is supported by this driver
isSupported(DBDriverFeature) - Method in class org.apache.empire.db.mysql.DBDatabaseDriverMySQL
Returns whether or not a particular feature is supported by this driver
isSupported(DBDriverFeature) - Method in class org.apache.empire.db.oracle.DBDatabaseDriverOracle
Returns whether or not a particular feature is supported by this driver
isSupported(DBDriverFeature) - Method in class org.apache.empire.db.sqlserver.DBDatabaseDriverMSSQL
Returns whether or not a particular feature is supported by this driver
isUpdateable() - Method in class org.apache.empire.db.DBView
Returns whether or not the view is updateable
isUseSequenceTable() - Method in class org.apache.empire.db.mysql.DBDatabaseDriverMySQL
returns whether a sequence table is used for record identiy management.
isValid(String) - Static method in class org.apache.empire.commons.StringUtils
 
isValid() - Method in interface org.apache.empire.data.Record
returns true if the record is valid.
isValid() - Method in class org.apache.empire.db.DBCombinedCmd
 
isValid() - Method in class org.apache.empire.db.DBCommand
 
isValid() - Method in class org.apache.empire.db.DBCommandExpr
 
isValid() - Method in class org.apache.empire.db.DBRecord
Returns true if the record is valid.
isValidQuery() - Method in class org.apache.empire.db.DBCommand
Returns whether the command object can produce a select sql-statement.
isValidUpdate() - Method in class org.apache.empire.db.DBCommand
Returns whether the command object can produce a update sql-statement.
isValueValid(int) - Method in class org.apache.empire.db.DBRecord
Returns whether a field value is provided i.e. the value is not DBRowSet.NO_VALUE
This function is only useful in cases where records are partically loaded.
ItemExists - Static variable in class org.apache.empire.commons.Errors
 
ItemNotFound - Static variable in class org.apache.empire.commons.Errors
 
iterator() - Method in class org.apache.empire.commons.Options
 
iterator(int) - Method in class org.apache.empire.db.DBReader
Returns an row iterator for this reader.
iterator() - Method in class org.apache.empire.db.DBReader
Returns an row iterator for this reader.
iterator() - Method in class org.apache.empire.db.DBSQLScript
Returns an iterator

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