|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DBRecord | |
---|---|
org.apache.empire.db | This package contains the core Empire-DB implementation classes. |
org.apache.empire.struts2.actionsupport | |
org.apache.empire.struts2.websample.db | |
org.apache.empire.struts2.websample.db.records |
Uses of DBRecord in org.apache.empire.db |
---|
Methods in org.apache.empire.db that return DBRecord | |
---|---|
DBRecord |
DBRecord.clone()
|
Methods in org.apache.empire.db with parameters of type DBRecord | |
---|---|
protected boolean |
DBRowSet.completeInitRecord(DBRecord rec)
Completes the record initialisation. Override this function to do post initialisation processing. |
abstract boolean |
DBRowSet.createRecord(DBRecord rec,
java.sql.Connection conn)
|
boolean |
DBTable.createRecord(DBRecord rec,
java.sql.Connection conn)
Gets all table fields and the fields properties. |
boolean |
DBCommandExpr.DBCmdQuery.createRecord(DBRecord rec,
java.sql.Connection conn)
Returns the error message: ERR_NOTSUPPORTED |
boolean |
DBView.createRecord(DBRecord rec,
java.sql.Connection conn)
|
boolean |
DBQuery.createRecord(DBRecord rec,
java.sql.Connection conn)
Returns an error, because querys could't add new records to the database. |
java.lang.Object[] |
DBRowSet.getRecordKey(DBRecord rec)
Returns a array of primary key columns by a specified DBRecord object. |
java.lang.Object[] |
DBCommandExpr.DBCmdQuery.getRecordKey(DBRecord rec)
Prints the error message: ERR_NOTSUPPORTED. |
java.lang.Object[] |
DBQuery.getRecordKey(DBRecord record)
Returns a array of primary key columns by a specified DBRecord object. |
boolean |
DBRowSet.initRecord(DBRecord rec,
DBRecordData recData)
Initializes a DBRecord for this rowset using the record data provided (i.e. |
boolean |
DBRowSet.initRecord(DBRecord rec,
java.lang.Object[] keyValues)
Initializes a DBRecord for this RowSet and sets primary key values (the Object[] keyValues). |
boolean |
DBCommandExpr.DBCmdQuery.initRecord(DBRecord rec,
java.lang.Object[] keyValues)
Returns the error message: ERR_NOTSUPPORTED |
boolean |
DBQuery.initRecord(DBRecord rec,
java.lang.Object[] keyValues)
Initialize specified DBRecord object with primary key columns (the Object[] keyValues). |
boolean |
DBReader.initRecord(DBRowSet rowset,
DBRecord rec)
initializes a DBRecord object with the values of the current row. |
protected boolean |
DBRowSet.prepareInitRecord(DBRecord rec,
int state,
java.lang.Object rowSetData)
Initialise this DBRowSet object and sets it's initial state. |
protected boolean |
DBRowSet.readRecord(DBRecord rec,
DBCommand cmd,
java.sql.Connection conn)
Reads a single record from the database using the given command object. If a reocord is found the DBRecord object will hold all record data. |
boolean |
DBRowSet.readRecord(DBRecord rec,
java.lang.Object[] key,
java.sql.Connection conn)
Reads the record with the given primary key from the database. |
boolean |
DBCommandExpr.DBCmdQuery.readRecord(DBRecord rec,
java.lang.Object[] keys,
java.sql.Connection conn)
Returns the error message: ERR_NOTSUPPORTED |
boolean |
DBQuery.readRecord(DBRecord rec,
java.lang.Object[] key,
java.sql.Connection conn)
Creates a select SQL-Command of the query call the InitRecord method to execute the SQL-Command. |
boolean |
DBRowSet.updateRecord(DBRecord rec,
java.sql.Connection conn)
Updates or Inserts a record in the database. Whether an update or insert is performed depends on the record state. Only modified fields will be inserted or updated in the database. |
boolean |
DBCommandExpr.DBCmdQuery.updateRecord(DBRecord rec,
java.sql.Connection conn)
Returns the error message: ERR_NOTSUPPORTED |
boolean |
DBView.updateRecord(DBRecord rec,
java.sql.Connection conn)
|
boolean |
DBQuery.updateRecord(DBRecord rec,
java.sql.Connection conn)
Updates a query record by creating individual update commands for each table. |
Uses of DBRecord in org.apache.empire.struts2.actionsupport |
---|
Fields in org.apache.empire.struts2.actionsupport declared as DBRecord | |
---|---|
protected DBRecord |
RecordActionSupport.record
|
Methods in org.apache.empire.struts2.actionsupport that return DBRecord | |
---|---|
DBRecord |
RecordActionSupport.detachRecord()
|
DBRecord |
RecordActionSupport.getRecord()
|
Constructors in org.apache.empire.struts2.actionsupport with parameters of type DBRecord | |
---|---|
RecordActionSupport(ActionBase action,
DBRowSet rowset,
DBRecord record,
RecordActionSupport.SessionPersistance persistence)
Deprecated. |
|
RecordActionSupport(ActionBase action,
DBRowSet rowset,
DBRecord record,
RecordActionSupport.SessionPersistance persistence,
java.lang.String propertyName)
Deprecated. |
|
RecordActionSupport(ActionBase action,
DBRowSet rowset,
DBRecord record,
SessionPersistence persistence)
|
|
RecordActionSupport(ActionBase action,
DBRowSet rowset,
DBRecord record,
SessionPersistence persistence,
java.lang.String propertyName)
|
Uses of DBRecord in org.apache.empire.struts2.websample.db |
---|
Subclasses of DBRecord in org.apache.empire.struts2.websample.db | |
---|---|
class |
SampleRecord
|
Uses of DBRecord in org.apache.empire.struts2.websample.db.records |
---|
Subclasses of DBRecord in org.apache.empire.struts2.websample.db.records | |
---|---|
class |
DepartmentRecord
|
class |
EmployeeRecord
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |