|
||||||||||
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.informix.db.DbINFIndex
public final class DbINFIndex
Direct subclass(es)/subinterface(s) : none.
Composites : DbINFTable, DbINFView.
Components : DbINFFragment,
DbORIndexKey, DbSMSObjectImport.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static MetaField |
fBitmapStorage
|
static MetaField |
fCluster
|
static MetaRelation1 |
fDbspace
|
static MetaField |
fFillFactor
|
static MetaField |
fFragmentationDistribScheme
|
static MetaRelationN |
fFragmentationKeyColumns
|
static MetaField |
fLockMode
|
static MetaField |
fMode
|
static MetaField |
fOnline
|
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 | |
---|---|
DbINFIndex()
Parameter-less constructor. |
|
DbINFIndex(DbObject composite)
Creates an instance of DbINFIndex. |
Method Summary | |
---|---|
void |
addToFragmentationKeyColumns(DbINFColumn value)
Adds an element to the list of fragmentation key columns associated to a DbINFIndex's instance. |
java.lang.Boolean |
getBitmapStorage()
Deprecated. use isBitmapStorage() method instead |
java.lang.Boolean |
getCluster()
Deprecated. use isCluster() method instead |
DbINFDbspace |
getDbspace()
Gets the dbspace object associated to a DbINFIndex's instance. |
java.lang.Integer |
getFillFactor()
Gets the "fillfactor" of a DbINFIndex's instance. |
INFDistScheme |
getFragmentationDistribScheme()
Gets the "fragmentation distribution scheme" of a DbINFIndex's instance. |
DbRelationN |
getFragmentationKeyColumns()
Gets the list of fragmentation key columns associated to a DbINFIndex's instance. |
INFIndexLockMode |
getLockMode()
Gets the "lock mode" of a DbINFIndex's instance. |
MetaClass |
getMetaClass()
|
INFConstraintMode |
getMode()
Gets the "mode" of a DbINFIndex's instance. |
java.lang.Boolean |
getOnline()
Deprecated. use isOnline() method instead |
static void |
initMeta()
For internal use only. |
boolean |
isBitmapStorage()
Tells whether a DbINFIndex's instance is bitmapStorage or not. |
boolean |
isCluster()
Tells whether a DbINFIndex's instance is cluster or not. |
boolean |
isOnline()
Tells whether a DbINFIndex's instance is online or not. |
void |
removeFromFragmentationKeyColumns(DbINFColumn value)
Removes an element from the list of fragmentation key columns associated to a DbINFIndex's instance. |
void |
set(MetaField metaField,
java.lang.Object value)
|
void |
set(MetaRelationN relation,
DbObject neighbor,
int op)
|
void |
setBitmapStorage(java.lang.Boolean value)
Sets the "using bitmap" property of a DbINFIndex's instance. |
void |
setCluster(java.lang.Boolean value)
Sets the "cluster" property of a DbINFIndex's instance. |
void |
setDbspace(DbINFDbspace value)
Sets the dbspace object associated to a DbINFIndex's instance. |
void |
setFillFactor(java.lang.Integer value)
Sets the "fillfactor" property of a DbINFIndex's instance. |
void |
setFragmentationDistribScheme(INFDistScheme value)
Sets the "fragmentation distribution scheme" property of a DbINFIndex's instance. |
void |
setFragmentationKeyColumns(DbINFColumn value,
int op)
Adds an element to or removes an element from the list of fragmentation key columns associated to a DbINFIndex's instance. |
void |
setLockMode(INFIndexLockMode value)
Sets the "lock mode" property of a DbINFIndex's instance. |
void |
setMode(INFConstraintMode value)
Sets the "mode" property of a DbINFIndex's instance. |
void |
setOnline(java.lang.Boolean value)
Sets the "online" property of a DbINFIndex'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 fCluster
public static final MetaField fLockMode
public static final MetaField fBitmapStorage
public static final MetaField fMode
public static final MetaRelation1 fDbspace
public static final MetaRelationN fFragmentationKeyColumns
public static final MetaField fFragmentationDistribScheme
public static final MetaField fFillFactor
public static final MetaField fOnline
public static final MetaClass metaClass
Constructor Detail |
---|
public DbINFIndex()
public DbINFIndex(DbObject composite) throws DbException
composite
- the object which will contain the newly-created instance
DbException
Method Detail |
---|
public static void initMeta()
public final void setCluster(java.lang.Boolean value) throws DbException
value
- the "cluster" property
DbException
public final void setLockMode(INFIndexLockMode value) throws DbException
value
- the "lock mode" property
DbException
public final void setBitmapStorage(java.lang.Boolean value) throws DbException
value
- the "using bitmap" property
DbException
public final void setMode(INFConstraintMode value) throws DbException
value
- the "mode" property
DbException
public final void setDbspace(DbINFDbspace value) throws DbException
value
- the dbspace object to be associated
DbException
public final void setFragmentationKeyColumns(DbINFColumn value, int op) throws DbException
value
- an element to be added to or removed from the list.op
- Either Db.ADD_TO_RELN or Db.REMOVE_FROM_RELN
DbException
public final void addToFragmentationKeyColumns(DbINFColumn value) throws DbException
value
- the element to be added.
DbException
public final void removeFromFragmentationKeyColumns(DbINFColumn value) throws DbException
value
- the element to be removed.
DbException
public final void setFragmentationDistribScheme(INFDistScheme value) throws DbException
value
- the "fragmentation distribution scheme" property
DbException
public final void setFillFactor(java.lang.Integer value) throws DbException
value
- the "fillfactor" property
DbException
public final void setOnline(java.lang.Boolean value) throws DbException
value
- the "online" 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.Boolean getCluster() throws DbException
DbException
public final boolean isCluster() throws DbException
DbException
public final INFIndexLockMode getLockMode() throws DbException
DbException
public final java.lang.Boolean getBitmapStorage() throws DbException
DbException
public final boolean isBitmapStorage() throws DbException
DbException
public final INFConstraintMode getMode() throws DbException
DbException
public final DbINFDbspace getDbspace() throws DbException
DbException
public final DbRelationN getFragmentationKeyColumns() throws DbException
DbException
public final INFDistScheme getFragmentationDistribScheme() throws DbException
DbException
public final java.lang.Integer getFillFactor() throws DbException
DbException
public final java.lang.Boolean getOnline() throws DbException
DbException
public final boolean isOnline() 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 |