|
||||||||||
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.DbSMSIndex
org.modelsphere.sms.or.db.DbORIndex
public abstract class DbORIndex
Direct subclass(es)/subinterface(s) : DbORAIndex, DbIBMIndex, DbINFIndex, DbGEIndex.
Composites : none.
Components : DbORIndexKey, DbSMSObjectImport.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static MetaChoice |
fConstraint
|
static MetaField |
fPrimary
|
static MetaField |
fUnique
|
static MetaRelation1 |
fUser
|
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 | |
---|---|
DbORIndex()
Parameter-less constructor. |
|
DbORIndex(DbObject composite)
Creates an instance of DbORIndex. |
Method Summary | |
---|---|
DbORConstraint |
getConstraint()
Gets the constraint object associated to a DbORIndex's instance. |
java.lang.Boolean |
getPrimary()
Deprecated. use isPrimary() method instead |
protected int |
getSecurityMask()
|
java.lang.Boolean |
getUnique()
Deprecated. use isUnique() method instead |
DbORUser |
getUser()
Gets the user object associated to a DbORIndex's instance. |
static void |
initMeta()
For internal use only. |
boolean |
isPrimary()
Tells whether a DbORIndex's instance is primary or not. |
boolean |
isUnique()
Tells whether a DbORIndex's instance is unique or not. |
boolean |
matchesConstraint(DbORConstraint pufKey)
|
void |
set(MetaField metaField,
java.lang.Object value)
|
void |
set(MetaRelationN relation,
DbObject neighbor,
int op)
|
void |
setConstraint(DbORConstraint value)
Sets the constraint object associated to a DbORIndex's instance. |
void |
setPrimary(java.lang.Boolean value)
Sets the "primary" property of a DbORIndex's instance. |
void |
setUnique(java.lang.Boolean value)
Sets the "unique" property of a DbORIndex's instance. |
void |
setUser(DbORUser value)
Sets the user object associated to a DbORIndex's instance. |
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 MetaField fUnique
public static final MetaChoice fConstraint
public static final MetaRelation1 fUser
public static final MetaField fPrimary
public static final MetaClass metaClass
Constructor Detail |
---|
public DbORIndex()
public DbORIndex(DbObject composite) throws DbException
composite
- the object which will contain the newly-created instance
DbException
Method Detail |
---|
public static void initMeta()
public final boolean matchesConstraint(DbORConstraint pufKey) throws DbException
pufkey
- org.modelsphere.sms.or.db.DbORConstraint
DbException
protected final int getSecurityMask()
public final void setUnique(java.lang.Boolean value) throws DbException
value
- the "unique" property
DbException
public final void setConstraint(DbORConstraint value) throws DbException
value
- the constraint object to be associated
DbException
public final void setUser(DbORUser value) throws DbException
value
- the user object to be associated
DbException
public final void setPrimary(java.lang.Boolean value) throws DbException
value
- the "primary" property
DbException
public void set(MetaField metaField, java.lang.Object value) throws DbException
set
in class DbSMSIndex
DbException
public void set(MetaRelationN relation, DbObject neighbor, int op) throws DbException
set
in class DbSMSIndex
DbException
public final java.lang.Boolean getUnique() throws DbException
DbException
public final boolean isUnique() throws DbException
DbException
public final DbORConstraint getConstraint() throws DbException
DbException
public final DbORUser getUser() throws DbException
DbException
public final java.lang.Boolean getPrimary() throws DbException
DbException
public final boolean isPrimary() throws DbException
DbException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |