|
ThinkUI SQL Client 1.1.3 API | |||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectthinkui.db.AbstractDataClass
thinkui.db.DefaultDataClass
thinkui.sqlclient.objects.AuditTrailDataClass
Extends DefaultDataClass to provide meta data for data objects with audit trail columns.
Field Summary |
Fields inherited from interface thinkui.db.DataClass |
CLASS_TYPE, CMD_TYPE, EMPTY, FUNC_TYPE, METHOD_TYPE, PROC_TYPE, QUERY_TYPE, TABLE_TYPE, VIEW_TYPE |
Constructor Summary | |
AuditTrailDataClass(java.lang.Class javaClass,
java.lang.String name,
java.lang.String namePrefix,
Attribute[] attributes,
java.lang.String[] primaryKeyAttrNames,
java.lang.String[] captionKeyAttrNames)
AuditTrailDataClass constructor. |
Methods inherited from class thinkui.db.DefaultDataClass |
addAttributes, addAttributes, addRelationships, allowSelectOnly, getDataObjectFactory, isDeleteAllowed, isInsertAllowed, isSelectAllowed, isUpdateAllowed, metaDataOnly, setDataObjectFactory, setDeleteAllowed, setInsertAllowed, setSelectAllowed, setUpdateAllowed |
Methods inherited from class thinkui.db.AbstractDataClass |
addAttribute, addRelationship, equals, getAttribute, getAttributes, getCaptionAttrNames, getDescription, getFullTableName, getName, getPrimaryKeyAttrNames, getRelationship, getRelationships, getSchemaName, getTableName, getType, hashCode, hasPrimaryKey, isAttribute, isRelationship, removeAttribute, removeRelationship, setAttributes, setCaptionAttrNames, setDescription, setName, setPrimaryKeyAttrNames, setRelationships, setSchemaName, setTableName, setType, toString |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AuditTrailDataClass(java.lang.Class javaClass, java.lang.String name, java.lang.String namePrefix, Attribute[] attributes, java.lang.String[] primaryKeyAttrNames, java.lang.String[] captionKeyAttrNames)
|
ThinkUI SQL Client 1.1.3 API | |||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |