|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.empire.commons.ErrorObject
org.apache.empire.db.DBObject
org.apache.empire.db.DBDatabase
org.apache.empire.struts2.websample.db.SampleDB
public class SampleDB
Nested Class Summary | |
---|---|
static class |
SampleDB.Departments
This class represents the definition of the Departments table. |
static class |
SampleDB.Employees
This class represents the definition of the Employees table. |
Nested classes/interfaces inherited from class org.apache.empire.db.DBDatabase |
---|
DBDatabase.DBSystemDate |
Nested classes/interfaces inherited from class org.apache.empire.commons.ErrorObject |
---|
ErrorObject.ObjectErrorInfo |
Field Summary | |
---|---|
SampleDB.Departments |
T_DEPARTMENTS
|
SampleDB.Employees |
T_EMPLOYEES
|
Fields inherited from class org.apache.empire.db.DBDatabase |
---|
driver, EMPTY_STRING, linkName, relations, schema, SYSDATE, tables, views |
Constructor Summary | |
---|---|
SampleDB()
Konstruktor SampleDB |
Method Summary | |
---|---|
static SampleDB |
getInstance()
|
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final SampleDB.Departments T_DEPARTMENTS
public final SampleDB.Employees T_EMPLOYEES
Constructor Detail |
---|
public SampleDB()
Method Detail |
---|
public static SampleDB getInstance()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |