org.apache.empire.samples.cxf.wssample.server.db
Class SampleDB.Employees

java.lang.Object
  extended by org.apache.empire.commons.ErrorObject
      extended by org.apache.empire.db.DBObject
          extended by org.apache.empire.db.DBExpr
              extended by org.apache.empire.db.DBRowSet
                  extended by org.apache.empire.db.DBTable
                      extended by 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.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.empire.commons.ErrorObject
ErrorObject.ObjectErrorInfo
 
Field Summary
 DBTableColumn DATE_OF_BIRTH
           
 DBTableColumn DEPARTMENT_ID
           
 DBTableColumn EMAIL
           
 DBTableColumn EMPLOYEE_ID
           
 DBTableColumn FIRSTNAME
           
 DBTableColumn GENDER
           
 DBTableColumn LASTNAME
           
 DBTableColumn PHONE_NUMBER
           
 DBTableColumn RETIRED
           
 DBTableColumn SALARY
           
 DBTableColumn SALUTATION
           
 DBTableColumn UPDATE_TIMESTAMP
           
 
Fields inherited from class org.apache.empire.db.DBRowSet
columnReferences, columns, comment, db, log, primaryKey, timestampColumn
 
Fields inherited from class org.apache.empire.db.DBExpr
CTX_ALIAS, CTX_ALL, CTX_DEFAULT, CTX_FULLNAME, CTX_NAME, CTX_NOPARENTHESES, CTX_VALUE
 
Constructor Summary
SampleDB.Employees(DBDatabase db)
           
 
Method Summary
 
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.db.DBExpr
getObjectValue, getValueClass
 
Methods inherited from class org.apache.empire.db.DBObject
error, error
 
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
 

Field Detail

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
Constructor Detail

SampleDB.Employees

public SampleDB.Employees(DBDatabase db)


Copyright © 2008-2009 Apache Software Foundation. All Rights Reserved.