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

R

read(DBRowSet, Object[], Connection) - Method in class org.apache.empire.db.DBRecord
Loads a record from the database identified by it's primary key.
read(DBRowSet, Object, Connection) - Method in class org.apache.empire.db.DBRecord
Loads a record from the database identified by it's primary key.
readProperties(Object, String) - Method in class org.apache.empire.xml.XMLConfiguration
 
readRecord(DBRecord, Object[], Connection) - Method in class org.apache.empire.db.DBQuery
Creates a select SQL-Command of the query call the InitRecord method to execute the SQL-Command.
readRecord(DBRecord, Object[], Connection) - Method in class org.apache.empire.db.DBRowSet
Reads the record with the given primary key from the database.
REC_EMTPY - Static variable in class org.apache.empire.db.DBRecord
 
REC_INVALID - Static variable in class org.apache.empire.db.DBRecord
 
REC_MODIFIED - Static variable in class org.apache.empire.db.DBRecord
 
REC_NEW - Static variable in class org.apache.empire.db.DBRecord
 
REC_VALID - Static variable in class org.apache.empire.db.DBRecord
 
Record - Interface in org.apache.empire.data
The record interface provides methods used for updating data.
RecordData - Interface in org.apache.empire.data
The RecordData interface provides methods for accessing data and context specific metadata.
RecordDeleteFailed - Static variable in class org.apache.empire.db.DBErrors
 
recordExists(Object[], Connection) - Method in class org.apache.empire.db.DBRowSet
Returns true if the record exists in the database or false otherwise.
recordExists(Object, Connection) - Method in class org.apache.empire.db.DBRowSet
Returns true if the record exists in the database or false otherwise.
RecordInvalidKey - Static variable in class org.apache.empire.db.DBErrors
 
RecordNotFound - Static variable in class org.apache.empire.db.DBErrors
 
RecordUpdateFailed - Static variable in class org.apache.empire.db.DBErrors
 
RecordUpdateInvalid - Static variable in class org.apache.empire.db.DBErrors
 
referenceOn(DBTableColumn) - Method in class org.apache.empire.db.DBTableColumn
Creates a foreign key relation for this column.
remove(Object) - Method in class org.apache.empire.commons.Options
 
remove() - Method in class org.apache.empire.db.DBReader.DBReaderIterator
Implements the Iterator Interface Method remove not implemented and not applicable.
replace(String, String, String) - Static method in class org.apache.empire.commons.StringUtils
Replaces all occances of first character in a string by a string.
replace(Object, Object) - Method in class org.apache.empire.db.DBColumnExpr
Creates and returns a sql-expression for the replace(...) function.
replaceAll(String, String, String) - Static method in class org.apache.empire.commons.StringUtils
Returns a String with all occurrences of from within orig replaced with to.
replaceBRbyLF(String) - Static method in class org.apache.empire.commons.StringUtils
 
reverse() - Method in class org.apache.empire.db.DBColumnExpr
Creates and returns a sql-expression for the reverse(...) function.
reverse() - Method in class org.apache.empire.db.expr.join.DBJoinExpr
This function swaps the left and the right statements of the join expression.
reversed(DBJoinType) - Static method in enum org.apache.empire.db.DBJoinType
 
rollback(Connection) - Method in class org.apache.empire.db.DBDatabase
Discards all changes made since the previous commit/rollback and releases any database locks currently held by this Connection.
round(int) - Method in class org.apache.empire.db.DBColumnExpr
Creates and returns an function object that rounds a number espression with the given decimals.
run(DBDatabaseDriver, Connection, boolean) - Method in class org.apache.empire.db.DBSQLScript
Runs all SQL Statements using the supplied driver and connection.

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