org.apache.empire.samples.db.advanced
Class SampleAdvDB.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.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.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.empire.commons.ErrorObject
ErrorObject.ObjectErrorInfo
 
Field Summary
 DBTableColumn C_CHECKSUM
           
 DBTableColumn C_DATE_OF_BIRTH
           
 DBTableColumn C_EMAIL
           
 DBTableColumn C_EMPLOYEE_ID
           
 DBTableColumn C_FIRSTNAME
           
 DBColumnExpr C_FULLNAME
           
 DBTableColumn C_GENDER
           
 DBTableColumn C_LASTNAME
           
 DBTableColumn C_PHONE_NUMBER
           
 DBTableColumn C_RETIRED
           
 DBTableColumn C_SALUTATION
           
 DBTableColumn C_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
SampleAdvDB.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

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

SampleAdvDB.Employees

public SampleAdvDB.Employees(DBDatabase db)


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