org.apache.empire.samples.cxf.wssample.server.db
Class SampleDB.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.cxf.wssample.server.db.SampleDB.Employees
- All Implemented Interfaces:
- java.lang.Cloneable, ErrorInfo
- Enclosing class:
- SampleDB
public static class SampleDB.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 |
EMPLOYEE_ID
public final DBTableColumn EMPLOYEE_ID
SALUTATION
public final DBTableColumn SALUTATION
FIRSTNAME
public final DBTableColumn FIRSTNAME
LASTNAME
public final DBTableColumn LASTNAME
DATE_OF_BIRTH
public final DBTableColumn DATE_OF_BIRTH
DEPARTMENT_ID
public final DBTableColumn DEPARTMENT_ID
GENDER
public final DBTableColumn GENDER
PHONE_NUMBER
public final DBTableColumn PHONE_NUMBER
EMAIL
public final DBTableColumn EMAIL
SALARY
public final DBTableColumn SALARY
RETIRED
public final DBTableColumn RETIRED
UPDATE_TIMESTAMP
public final DBTableColumn UPDATE_TIMESTAMP
SampleDB.Employees
public SampleDB.Employees(DBDatabase db)
Copyright © 2008-2009 Apache Software Foundation. All Rights Reserved.