|
||||||||||
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
org.modelsphere.sms.or.ibm.db.DbIBMIndex
public final class DbIBMIndex
Direct subclass(es)/subinterface(s) : none.
Composites : DbIBMTable, DbIBMView.
Components : DbORIndexKey, DbSMSObjectImport.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static MetaField |
fAllowReverseScans
|
static MetaField |
fCluster
|
static MetaField |
fCollectStatistics
|
static MetaField |
fMinPctUsed
|
static MetaField |
fPctFree
|
static MetaField |
fSpecificationOnly
|
static MetaClass |
metaClass
|
Fields inherited from class org.modelsphere.sms.or.db.DbORIndex |
---|
fConstraint, fPrimary, fUnique, fUser |
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 | |
---|---|
DbIBMIndex()
Parameter-less constructor. |
|
DbIBMIndex(DbObject composite)
Creates an instance of DbIBMIndex. |
Method Summary | |
---|---|
java.lang.Boolean |
getAllowReverseScans()
Deprecated. use isAllowReverseScans() method instead |
java.lang.Boolean |
getCluster()
Deprecated. use isCluster() method instead |
IBMIndexCollectStatsType |
getCollectStatistics()
Gets the "collect statistics" of a DbIBMIndex's instance. |
MetaClass |
getMetaClass()
|
java.lang.Integer |
getMinPctUsed()
Gets the "minimum percentage used" property of a DbIBMIndex's instance. |
java.lang.Integer |
getPctFree()
Gets the "percentage free" property of a DbIBMIndex's instance. |
java.lang.Boolean |
getSpecificationOnly()
Deprecated. use isSpecificationOnly() method instead |
static void |
initMeta()
For internal use only. |
boolean |
isAllowReverseScans()
Tells whether a DbIBMIndex's instance is allowReverseScans or not. |
boolean |
isCluster()
Tells whether a DbIBMIndex's instance is cluster or not. |
boolean |
isSpecificationOnly()
Tells whether a DbIBMIndex's instance is specificationOnly or not. |
void |
set(MetaField metaField,
java.lang.Object value)
|
void |
set(MetaRelationN relation,
DbObject neighbor,
int op)
|
void |
setAllowReverseScans(java.lang.Boolean value)
Sets the "allow reverse scans" property of a DbIBMIndex's instance. |
void |
setCluster(java.lang.Boolean value)
Sets the "cluster" property of a DbIBMIndex's instance. |
void |
setCollectStatistics(IBMIndexCollectStatsType value)
Sets the "collect statistics" property of a DbIBMIndex's instance. |
void |
setMinPctUsed(java.lang.Integer value)
Sets the "minimum percentage used" property of a DbIBMIndex's instance. |
void |
setPctFree(java.lang.Integer value)
Sets the "percentage free" property of a DbIBMIndex's instance. |
void |
setSpecificationOnly(java.lang.Boolean value)
Sets the "specification only" property of a DbIBMIndex's instance. |
Methods inherited from class org.modelsphere.sms.or.db.DbORIndex |
---|
getConstraint, getPrimary, getSecurityMask, getUnique, getUser, isPrimary, isUnique, matchesConstraint, setConstraint, setPrimary, setUnique, setUser |
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 fPctFree
public static final MetaField fMinPctUsed
public static final MetaField fAllowReverseScans
public static final MetaField fCollectStatistics
public static final MetaField fSpecificationOnly
public static final MetaField fCluster
public static final MetaClass metaClass
Constructor Detail |
---|
public DbIBMIndex()
public DbIBMIndex(DbObject composite) throws DbException
composite
- the object which will contain the newly-created instance
DbException
Method Detail |
---|
public static void initMeta()
public final void setPctFree(java.lang.Integer value) throws DbException
value
- the "percentage free" property
DbException
public final void setMinPctUsed(java.lang.Integer value) throws DbException
value
- the "minimum percentage used" property
DbException
public final void setAllowReverseScans(java.lang.Boolean value) throws DbException
value
- the "allow reverse scans" property
DbException
public final void setCollectStatistics(IBMIndexCollectStatsType value) throws DbException
value
- the "collect statistics" property
DbException
public final void setSpecificationOnly(java.lang.Boolean value) throws DbException
value
- the "specification only" property
DbException
public final void setCluster(java.lang.Boolean value) throws DbException
value
- the "cluster" property
DbException
public void set(MetaField metaField, java.lang.Object value) throws DbException
set
in class DbORIndex
DbException
public void set(MetaRelationN relation, DbObject neighbor, int op) throws DbException
set
in class DbORIndex
DbException
public final java.lang.Integer getPctFree() throws DbException
DbException
public final java.lang.Integer getMinPctUsed() throws DbException
DbException
public final java.lang.Boolean getAllowReverseScans() throws DbException
DbException
public final boolean isAllowReverseScans() throws DbException
DbException
public final IBMIndexCollectStatsType getCollectStatistics() throws DbException
DbException
public final java.lang.Boolean getSpecificationOnly() throws DbException
DbException
public final boolean isSpecificationOnly() throws DbException
DbException
public final java.lang.Boolean getCluster() throws DbException
DbException
public final boolean isCluster() 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 |