|
||||||||||
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.DbSMSClassifier
org.modelsphere.sms.or.db.DbORAbsTable
org.modelsphere.sms.or.db.DbORTable
org.modelsphere.sms.or.informix.db.DbINFTable
public final class DbINFTable
Direct subclass(es)/subinterface(s) : none.
Composites : DbINFDataModel.
Components : DbINFColumn, DbINFForeign,
DbINFPrimaryUnique, DbINFCheck, DbINFIndex, DbINFTrigger,
DbINFFragment,
DbSMSObjectImport.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static MetaField |
fCategory
|
static MetaRelation1 |
fDbspace
|
static MetaField |
fExtentSize
|
static MetaField |
fFragmentationDistribScheme
|
static MetaRelationN |
fFragmentationKeyColumns
|
static MetaField |
fFragmentationMaxRangeValue
|
static MetaField |
fFragmentationMinRangeValue
|
static MetaField |
fLockMode
|
static MetaField |
fNextExtentSize
|
static MetaField |
fWithRowIDs
|
static MetaClass |
metaClass
|
Fields inherited from class org.modelsphere.sms.or.db.DbORTable |
---|
fIsAssociation, fIsDependant |
Fields inherited from class org.modelsphere.sms.or.db.DbORAbsTable |
---|
fAssociationEnds, fSelectionRule, fUser |
Fields inherited from class org.modelsphere.sms.db.DbSMSClassifier |
---|
fClassifierGos |
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 | |
---|---|
DbINFTable()
Parameter-less constructor. |
|
DbINFTable(DbObject composite)
Creates an instance of DbINFTable. |
Method Summary | |
---|---|
INFTableCategory |
getCategory()
Gets the "category" of a DbINFTable's instance. |
DbINFDbspace |
getDbspace()
Gets the dbspace object associated to a DbINFTable's instance. |
java.lang.Integer |
getExtentSize()
Gets the "extent size" of a DbINFTable's instance. |
INFTableDistScheme |
getFragmentationDistribScheme()
Gets the "distribution scheme" of a DbINFTable's instance. |
DbRelationN |
getFragmentationKeyColumns()
Gets the list of fragmentation key columns associated to a DbINFTable's instance. |
java.lang.Integer |
getFragmentationMaxRangeValue()
Gets the "maximum range value" of a DbINFTable's instance. |
java.lang.Integer |
getFragmentationMinRangeValue()
Gets the "minimum range value" of a DbINFTable's instance. |
INFLockMode |
getLockMode()
Gets the "lock mode" of a DbINFTable's instance. |
MetaClass |
getMetaClass()
|
java.lang.Integer |
getNextExtentSize()
Gets the "next extent size" of a DbINFTable's instance. |
java.lang.Boolean |
getWithRowIDs()
Deprecated. use isWithRowIDs() method instead |
static void |
initMeta()
For internal use only. |
boolean |
isWithRowIDs()
Tells whether a DbINFTable's instance is withRowIDs or not. |
void |
set(MetaField metaField,
java.lang.Object value)
|
void |
set(MetaRelationN relation,
DbObject neighbor,
int op)
|
void |
setCategory(INFTableCategory value)
Sets the "category" property of a DbINFTable's instance. |
void |
setDbspace(DbINFDbspace value)
Sets the dbspace object associated to a DbINFTable's instance. |
void |
setExtentSize(java.lang.Integer value)
Sets the "extent size" property of a DbINFTable's instance. |
void |
setFragmentationDistribScheme(INFTableDistScheme value)
Sets the "distribution scheme" property of a DbINFTable's instance. |
void |
setFragmentationMaxRangeValue(java.lang.Integer value)
Sets the "maximum range value" property of a DbINFTable's instance. |
void |
setFragmentationMinRangeValue(java.lang.Integer value)
Sets the "minimum range value" property of a DbINFTable's instance. |
void |
setLockMode(INFLockMode value)
Sets the "lock mode" property of a DbINFTable's instance. |
void |
setNextExtentSize(java.lang.Integer value)
Sets the "next extent size" property of a DbINFTable's instance. |
void |
setWithRowIDs(java.lang.Boolean value)
Sets the "with rowids" property of a DbINFTable's instance. |
Methods inherited from class org.modelsphere.sms.or.db.DbORTable |
---|
getIsAssociation, getIsDependant, isIsAssociation, isIsDependant, setIsAssociation, setIsDependant |
Methods inherited from class org.modelsphere.sms.or.db.DbORAbsTable |
---|
getAssociationEnds, getSecurityMask, getSelectionRule, getUser, setSelectionRule, setSuperCopy, setUser |
Methods inherited from class org.modelsphere.sms.db.DbSMSClassifier |
---|
getClassifierGos |
Methods inherited from class org.modelsphere.sms.db.DbSMSSemanticalObject |
---|
addToSourceLinks, addToTargetLinks, addToUmlConstraints, getObjectImports, getSourceLinks, getSubCopies, getSuperCopy, getTargetLinks, getUmlConstraints, getUmlStereotype, removeFromSourceLinks, removeFromTargetLinks, removeFromUmlConstraints, setSourceLinks, 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 fCategory
public static final MetaRelation1 fDbspace
public static final MetaField fFragmentationDistribScheme
public static final MetaField fWithRowIDs
public static final MetaField fFragmentationMinRangeValue
public static final MetaField fFragmentationMaxRangeValue
public static final MetaField fExtentSize
public static final MetaField fNextExtentSize
public static final MetaField fLockMode
public static final MetaRelationN fFragmentationKeyColumns
public static final MetaClass metaClass
Constructor Detail |
---|
public DbINFTable()
public DbINFTable(DbObject composite) throws DbException
composite
- the object which will contain the newly-created instance
DbException
Method Detail |
---|
public static void initMeta()
public final void setCategory(INFTableCategory value) throws DbException
value
- the "category" property
DbException
public final void setDbspace(DbINFDbspace value) throws DbException
value
- the dbspace object to be associated
DbException
public final void setFragmentationDistribScheme(INFTableDistScheme value) throws DbException
value
- the "distribution scheme" property
DbException
public final void setWithRowIDs(java.lang.Boolean value) throws DbException
value
- the "with rowids" property
DbException
public final void setFragmentationMinRangeValue(java.lang.Integer value) throws DbException
value
- the "minimum range value" property
DbException
public final void setFragmentationMaxRangeValue(java.lang.Integer value) throws DbException
value
- the "maximum range value" property
DbException
public final void setExtentSize(java.lang.Integer value) throws DbException
value
- the "extent size" property
DbException
public final void setNextExtentSize(java.lang.Integer value) throws DbException
value
- the "next extent size" property
DbException
public final void setLockMode(INFLockMode value) throws DbException
value
- the "lock mode" property
DbException
public void set(MetaField metaField, java.lang.Object value) throws DbException
set
in class DbORTable
DbException
public void set(MetaRelationN relation, DbObject neighbor, int op) throws DbException
set
in class DbORTable
DbException
public final INFTableCategory getCategory() throws DbException
DbException
public final DbINFDbspace getDbspace() throws DbException
DbException
public final INFTableDistScheme getFragmentationDistribScheme() throws DbException
DbException
public final java.lang.Boolean getWithRowIDs() throws DbException
DbException
public final boolean isWithRowIDs() throws DbException
DbException
public final java.lang.Integer getFragmentationMinRangeValue() throws DbException
DbException
public final java.lang.Integer getFragmentationMaxRangeValue() throws DbException
DbException
public final java.lang.Integer getExtentSize() throws DbException
DbException
public final java.lang.Integer getNextExtentSize() throws DbException
DbException
public final INFLockMode getLockMode() throws DbException
DbException
public final DbRelationN getFragmentationKeyColumns() 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 |