org.apache.empire.samples.db.advanced
Class SampleAdvDB.Employees
java.lang.Object
org.apache.empire.commons.ErrorObject
org.apache.empire.db.DBObject
org.apache.empire.db.DBExpr
org.apache.empire.db.DBRowSet
org.apache.empire.db.DBTable
org.apache.empire.samples.db.advanced.SampleAdvDB.Employees
- All Implemented Interfaces:
- java.lang.Cloneable, ErrorInfo
- Enclosing class:
- SampleAdvDB
public static class SampleAdvDB.Employees
- extends DBTable
This class represents the definition of the Employees table.
Methods inherited from class org.apache.empire.db.DBTable |
addColumn, addColumn, addColumn, addIndex, addSQL, addTimestampColumn, clone, createRecord, deleteRecord, getAlias, getIndexes, getName, getPrimaryKey, isCascadeDelete, setCascadeDelete, setPrimaryKey, setPrimaryKey, setPrimaryKey, setPrimaryKey |
Methods inherited from class org.apache.empire.db.DBRowSet |
addColumnReference, addReferencedColumns, completeInitRecord, count, deleteAllReferences, deleteRecord, deleteReferenceRecords, getColumn, getColumn, getColumnIndex, getColumnIndex, getColumnReferences, getColumns, getComment, getDatabase, getFullName, getKeyColumns, getRecordKey, getRenameTablePhrase, getTimestampColumn, initRecord, initRecord, isColumnReadOnly, isKeyColumn, prepareInitRecord, readRecord, readRecord, recordExists, recordExists, setComment, setTimestampColumn, updateRecord |
Methods inherited from class org.apache.empire.commons.ErrorObject |
clearError, clearErrorInfo, error, error, error, error, error, error, error, getErrorInfo, getErrorMessage, getErrorParams, getErrorSource, getErrorType, getMessage, hasError, internalSetError, isExceptionsEnabled, setExceptionsEnabled, success |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
C_EMPLOYEE_ID
public final DBTableColumn C_EMPLOYEE_ID
C_SALUTATION
public final DBTableColumn C_SALUTATION
C_FIRSTNAME
public final DBTableColumn C_FIRSTNAME
C_LASTNAME
public final DBTableColumn C_LASTNAME
C_DATE_OF_BIRTH
public final DBTableColumn C_DATE_OF_BIRTH
C_GENDER
public final DBTableColumn C_GENDER
C_PHONE_NUMBER
public final DBTableColumn C_PHONE_NUMBER
C_EMAIL
public final DBTableColumn C_EMAIL
C_RETIRED
public final DBTableColumn C_RETIRED
C_CHECKSUM
public final DBTableColumn C_CHECKSUM
C_UPDATE_TIMESTAMP
public final DBTableColumn C_UPDATE_TIMESTAMP
C_FULLNAME
public final DBColumnExpr C_FULLNAME
SampleAdvDB.Employees
public SampleAdvDB.Employees(DBDatabase db)
Copyright © 2008-2009 Apache Software Foundation. All Rights Reserved.