|
||||||||||
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.or.oracle.db.DbORAAbsPartition
org.modelsphere.sms.or.oracle.db.DbORAPartition
public final class DbORAPartition
Direct subclass(es)/subinterface(s) : none.
Composites : DbORATable, DbORAIndex.
Components : DbORASubPartition, DbSMSObjectImport.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static MetaField |
fBufferPool
|
static MetaField |
fFreelistGroups
|
static MetaField |
fFreelists
|
static MetaField |
fInitialExtent
|
static MetaField |
fInitialExtentSizeUnit
|
static MetaField |
fInitrans
|
static MetaField |
fLog
|
static MetaField |
fMaxExtents
|
static MetaField |
fMaxtrans
|
static MetaField |
fMinExtents
|
static MetaField |
fNextExtent
|
static MetaField |
fNextExtentSizeUnit
|
static MetaField |
fPctfree
|
static MetaField |
fPctIncrease
|
static MetaField |
fPctused
|
static MetaField |
fUnlimitedExtents
|
static MetaField |
fValueList
|
static MetaClass |
metaClass
|
Fields inherited from class org.modelsphere.sms.or.oracle.db.DbORAAbsPartition |
---|
fTablespace |
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 | |
---|---|
DbORAPartition()
Parameter-less constructor. |
|
DbORAPartition(DbObject composite)
Creates an instance of DbORAPartition. |
Method Summary | |
---|---|
ORABufferPool |
getBufferPool()
Gets the "buffer pool" of a DbORAPartition's instance. |
java.lang.Integer |
getFreelistGroups()
Gets the "freelist groups" of a DbORAPartition's instance. |
java.lang.Integer |
getFreelists()
Gets the "freelists" of a DbORAPartition's instance. |
java.lang.Integer |
getInitialExtent()
Gets the "initial extent" of a DbORAPartition's instance. |
ORASizeUnit |
getInitialExtentSizeUnit()
Gets the "initial extent size unit" of a DbORAPartition's instance. |
java.lang.Integer |
getInitrans()
Gets the "initrans" of a DbORAPartition's instance. |
ORALog |
getLog()
Gets the "log" of a DbORAPartition's instance. |
java.lang.Integer |
getMaxExtents()
Gets the "maxextents" of a DbORAPartition's instance. |
java.lang.Integer |
getMaxtrans()
Gets the "maxtrans" of a DbORAPartition's instance. |
MetaClass |
getMetaClass()
|
java.lang.Integer |
getMinExtents()
Gets the "minextents" of a DbORAPartition's instance. |
java.lang.Integer |
getNextExtent()
Gets the "next extent" of a DbORAPartition's instance. |
ORASizeUnit |
getNextExtentSizeUnit()
Gets the "next extent size unit" of a DbORAPartition's instance. |
java.lang.Integer |
getPctfree()
Gets the "pctfree" of a DbORAPartition's instance. |
java.lang.Integer |
getPctIncrease()
Gets the "pctincrease" of a DbORAPartition's instance. |
java.lang.Integer |
getPctused()
Gets the "pctused" of a DbORAPartition's instance. |
java.lang.Boolean |
getUnlimitedExtents()
Deprecated. use isUnlimitedExtents() method instead |
java.lang.String |
getValueList()
Gets the "value list" property of a DbORAPartition's instance. |
static void |
initMeta()
For internal use only. |
boolean |
isUnlimitedExtents()
Tells whether a DbORAPartition's instance is unlimitedExtents or not. |
void |
set(MetaField metaField,
java.lang.Object value)
|
void |
set(MetaRelationN relation,
DbObject neighbor,
int op)
|
void |
setBufferPool(ORABufferPool value)
Sets the "buffer pool" property of a DbORAPartition's instance. |
void |
setFreelistGroups(java.lang.Integer value)
Sets the "freelist groups" property of a DbORAPartition's instance. |
void |
setFreelists(java.lang.Integer value)
Sets the "freelists" property of a DbORAPartition's instance. |
void |
setInitialExtent(java.lang.Integer value)
Sets the "initial extent" property of a DbORAPartition's instance. |
void |
setInitialExtentSizeUnit(ORASizeUnit value)
Sets the "initial extent size unit" property of a DbORAPartition's instance. |
void |
setInitrans(java.lang.Integer value)
Sets the "initrans" property of a DbORAPartition's instance. |
void |
setLog(ORALog value)
Sets the "log" property of a DbORAPartition's instance. |
void |
setMaxExtents(java.lang.Integer value)
Sets the "maxextents" property of a DbORAPartition's instance. |
void |
setMaxtrans(java.lang.Integer value)
Sets the "maxtrans" property of a DbORAPartition's instance. |
void |
setMinExtents(java.lang.Integer value)
Sets the "minextents" property of a DbORAPartition's instance. |
void |
setNextExtent(java.lang.Integer value)
Sets the "next extent" property of a DbORAPartition's instance. |
void |
setNextExtentSizeUnit(ORASizeUnit value)
Sets the "next extent size unit" property of a DbORAPartition's instance. |
void |
setPctfree(java.lang.Integer value)
Sets the "pctfree" property of a DbORAPartition's instance. |
void |
setPctIncrease(java.lang.Integer value)
Sets the "pctincrease" property of a DbORAPartition's instance. |
void |
setPctused(java.lang.Integer value)
Sets the "pctused" property of a DbORAPartition's instance. |
void |
setUnlimitedExtents(java.lang.Boolean value)
Sets the "unlimited extents" property of a DbORAPartition's instance. |
void |
setValueList(java.lang.String value)
Sets the "value list" property of a DbORAPartition's instance. |
Methods inherited from class org.modelsphere.sms.or.oracle.db.DbORAAbsPartition |
---|
getTablespace, setTablespace |
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 fValueList
public static final MetaField fPctfree
public static final MetaField fPctused
public static final MetaField fInitrans
public static final MetaField fMaxtrans
public static final MetaField fInitialExtent
public static final MetaField fInitialExtentSizeUnit
public static final MetaField fNextExtent
public static final MetaField fNextExtentSizeUnit
public static final MetaField fMinExtents
public static final MetaField fMaxExtents
public static final MetaField fUnlimitedExtents
public static final MetaField fPctIncrease
public static final MetaField fFreelists
public static final MetaField fFreelistGroups
public static final MetaField fBufferPool
public static final MetaField fLog
public static final MetaClass metaClass
Constructor Detail |
---|
public DbORAPartition()
public DbORAPartition(DbObject composite) throws DbException
composite
- the object which will contain the newly-created instance
DbException
Method Detail |
---|
public static void initMeta()
public final void setValueList(java.lang.String value) throws DbException
value
- the "value list" property
DbException
public final void setPctfree(java.lang.Integer value) throws DbException
value
- the "pctfree" property
DbException
public final void setPctused(java.lang.Integer value) throws DbException
value
- the "pctused" property
DbException
public final void setInitrans(java.lang.Integer value) throws DbException
value
- the "initrans" property
DbException
public final void setMaxtrans(java.lang.Integer value) throws DbException
value
- the "maxtrans" property
DbException
public final void setInitialExtent(java.lang.Integer value) throws DbException
value
- the "initial extent" property
DbException
public final void setInitialExtentSizeUnit(ORASizeUnit value) throws DbException
value
- the "initial extent size unit" property
DbException
public final void setNextExtent(java.lang.Integer value) throws DbException
value
- the "next extent" property
DbException
public final void setNextExtentSizeUnit(ORASizeUnit value) throws DbException
value
- the "next extent size unit" property
DbException
public final void setMinExtents(java.lang.Integer value) throws DbException
value
- the "minextents" property
DbException
public final void setMaxExtents(java.lang.Integer value) throws DbException
value
- the "maxextents" property
DbException
public final void setUnlimitedExtents(java.lang.Boolean value) throws DbException
value
- the "unlimited extents" property
DbException
public final void setPctIncrease(java.lang.Integer value) throws DbException
value
- the "pctincrease" property
DbException
public final void setFreelists(java.lang.Integer value) throws DbException
value
- the "freelists" property
DbException
public final void setFreelistGroups(java.lang.Integer value) throws DbException
value
- the "freelist groups" property
DbException
public final void setBufferPool(ORABufferPool value) throws DbException
value
- the "buffer pool" property
DbException
public final void setLog(ORALog value) throws DbException
value
- the "log" property
DbException
public void set(MetaField metaField, java.lang.Object value) throws DbException
set
in class DbORAAbsPartition
DbException
public void set(MetaRelationN relation, DbObject neighbor, int op) throws DbException
set
in class DbORAAbsPartition
DbException
public final java.lang.String getValueList() throws DbException
DbException
public final java.lang.Integer getPctfree() throws DbException
DbException
public final java.lang.Integer getPctused() throws DbException
DbException
public final java.lang.Integer getInitrans() throws DbException
DbException
public final java.lang.Integer getMaxtrans() throws DbException
DbException
public final java.lang.Integer getInitialExtent() throws DbException
DbException
public final ORASizeUnit getInitialExtentSizeUnit() throws DbException
DbException
public final java.lang.Integer getNextExtent() throws DbException
DbException
public final ORASizeUnit getNextExtentSizeUnit() throws DbException
DbException
public final java.lang.Integer getMinExtents() throws DbException
DbException
public final java.lang.Integer getMaxExtents() throws DbException
DbException
public final java.lang.Boolean getUnlimitedExtents() throws DbException
DbException
public final boolean isUnlimitedExtents() throws DbException
DbException
public final java.lang.Integer getPctIncrease() throws DbException
DbException
public final java.lang.Integer getFreelists() throws DbException
DbException
public final java.lang.Integer getFreelistGroups() throws DbException
DbException
public final ORABufferPool getBufferPool() throws DbException
DbException
public final ORALog getLog() 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 |