|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectPersistentObject
org.modelsphere.jack.baseDb.db.DbObject
org.modelsphere.jack.baseDb.db.DbSemanticalObject
org.modelsphere.sms.db.DbSMSSemanticalObject
org.modelsphere.sms.db.DbSMSUser
org.modelsphere.sms.or.db.DbORUser
public final class DbORUser
Direct subclass(es)/subinterface(s) : none.
Composites : DbORUserNode.
Components : DbSMSObjectImport.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static MetaRelationN |
fCheckConstraints
|
static MetaRelationN |
fDomains
|
static MetaRelationN |
fForeignKeys
|
static MetaRelationN |
fIbmSequences
|
static MetaRelationN |
fIndexes
|
static MetaRelationN |
fOperations
|
static MetaRelationN |
fPrimaryUniqueKeys
|
static MetaRelationN |
fSequences
|
static MetaRelationN |
fTables
|
static MetaClass |
metaClass
|
Fields inherited from class org.modelsphere.sms.db.DbSMSSemanticalObject |
---|
fObjectImports, fSourceLinks, fSubCopies, fSuperCopy, fTargetLinks, fUmlConstraints, fUmlStereotype |
Fields inherited from class org.modelsphere.jack.baseDb.db.DbSemanticalObject |
---|
fAdminAccessList, fAlias, fDescription, fName, fPhysicalName, fWriteAccessList |
Fields inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
ACCESS_GRANTED, ACCESS_NOT_GRANTED, fComponents, fComposite, fCreationTime, fModificationTime, fUdfValues, fValidationStatus, LONG_FORM, SHORT_FORM, VALIDATION_ERROR, VALIDATION_OK, VALIDATION_WARNING, writeAccess |
Constructor Summary | |
---|---|
DbORUser()
Parameter-less constructor. |
|
DbORUser(DbObject composite)
Creates an instance of DbORUser. |
Method Summary | |
---|---|
DbRelationN |
getCheckConstraints()
Gets the list of check constraints associated to a DbORUser's instance. |
DbRelationN |
getDomains()
Gets the list of domains associated to a DbORUser's instance. |
DbRelationN |
getForeignKeys()
Gets the list of foreign keys associated to a DbORUser's instance. |
DbRelationN |
getIbmSequences()
Gets the list of db2-udb sequences associated to a DbORUser's instance. |
DbRelationN |
getIndexes()
Gets the list of indexes associated to a DbORUser's instance. |
MetaClass |
getMetaClass()
|
DbRelationN |
getOperations()
Gets the list of operations associated to a DbORUser's instance. |
DbRelationN |
getPrimaryUniqueKeys()
Gets the list of primary / unique keys associated to a DbORUser's instance. |
DbRelationN |
getSequences()
Gets the list of oracle sequences associated to a DbORUser's instance. |
DbRelationN |
getTables()
Gets the list of tables/views associated to a DbORUser's instance. |
static void |
initMeta()
For internal use only. |
void |
set(MetaField metaField,
java.lang.Object value)
|
void |
set(MetaRelationN relation,
DbObject neighbor,
int op)
|
Methods inherited from class org.modelsphere.sms.db.DbSMSSemanticalObject |
---|
addToSourceLinks, addToTargetLinks, addToUmlConstraints, getObjectImports, getSourceLinks, getSubCopies, getSuperCopy, getTargetLinks, getUmlConstraints, getUmlStereotype, removeFromSourceLinks, removeFromTargetLinks, removeFromUmlConstraints, setSourceLinks, setSuperCopy, setTargetLinks, setUmlConstraints, setUmlStereotype |
Methods inherited from class org.modelsphere.jack.baseDb.db.DbSemanticalObject |
---|
findComponentByPhysicalName, getAdminAccessList, getAlias, getDescription, getName, getPhysicalName, getWriteAccessList, matches, setAlias, setDescription, setName, setPhysicalName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final MetaRelationN fTables
public static final MetaRelationN fIndexes
public static final MetaRelationN fOperations
public static final MetaRelationN fDomains
public static final MetaRelationN fSequences
public static final MetaRelationN fForeignKeys
public static final MetaRelationN fPrimaryUniqueKeys
public static final MetaRelationN fCheckConstraints
public static final MetaRelationN fIbmSequences
public static final MetaClass metaClass
Constructor Detail |
---|
public DbORUser()
public DbORUser(DbObject composite) throws DbException
composite
- the object which will contain the newly-created instance
DbException
Method Detail |
---|
public static void initMeta()
public void set(MetaField metaField, java.lang.Object value) throws DbException
set
in class DbSMSUser
DbException
public void set(MetaRelationN relation, DbObject neighbor, int op) throws DbException
set
in class DbSMSUser
DbException
public final DbRelationN getTables() throws DbException
DbException
public final DbRelationN getIndexes() throws DbException
DbException
public final DbRelationN getOperations() throws DbException
DbException
public final DbRelationN getDomains() throws DbException
DbException
public final DbRelationN getSequences() throws DbException
DbException
public final DbRelationN getForeignKeys() throws DbException
DbException
public final DbRelationN getPrimaryUniqueKeys() throws DbException
DbException
public final DbRelationN getCheckConstraints() throws DbException
DbException
public final DbRelationN getIbmSequences() throws DbException
DbException
public MetaClass getMetaClass()
getMetaClass
in class DbObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |