|
||||||||||
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.DbORATablespace
public final class DbORATablespace
Direct subclass(es)/subinterface(s) : none.
Composites : DbORADatabase.
Components : DbORADataFile,
DbSMSObjectImport.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static MetaRelationN |
fAbsPartitions
|
static MetaField |
fDefObjInitialExtent
|
static MetaField |
fDefObjInitialExtentSizeUnit
|
static MetaField |
fDefObjMaxExtents
|
static MetaField |
fDefObjMinExtents
|
static MetaField |
fDefObjNextExtent
|
static MetaField |
fDefObjNextExtentSizeUnit
|
static MetaField |
fDefObjPctIncrease
|
static MetaField |
fDefObjUnlimitedExtents
|
static MetaField |
fExtentManagement
|
static MetaRelationN |
fIndexes
|
static MetaRelationN |
fLobs
|
static MetaField |
fLog
|
static MetaField |
fMinExtent
|
static MetaField |
fMinExtentSizeUnit
|
static MetaField |
fOnline
|
static MetaRelationN |
fRollbackSegments
|
static MetaRelationN |
fTables
|
static MetaField |
fTemporary
|
static MetaField |
fUniformExtentSize
|
static MetaField |
fUniformExtentSizeUnit
|
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 | |
---|---|
DbORATablespace()
Parameter-less constructor. |
|
DbORATablespace(DbObject composite)
Creates an instance of DbORATablespace. |
Method Summary | |
---|---|
void |
addToTables(DbORATable value)
Adds an element to the list of tables associated to a DbORATablespace's instance. |
DbRelationN |
getAbsPartitions()
Gets the list of partitions associated to a DbORATablespace's instance. |
java.lang.Integer |
getDefObjInitialExtent()
Gets the "default object initial extent size" of a DbORATablespace's instance. |
ORASizeUnit |
getDefObjInitialExtentSizeUnit()
Gets the "default object initial extent size unit" of a DbORATablespace's instance. |
java.lang.Integer |
getDefObjMaxExtents()
Gets the "default object maxextents" of a DbORATablespace's instance. |
java.lang.Integer |
getDefObjMinExtents()
Gets the "default object minextents" of a DbORATablespace's instance. |
java.lang.Integer |
getDefObjNextExtent()
Gets the "default object next extent size" of a DbORATablespace's instance. |
ORASizeUnit |
getDefObjNextExtentSizeUnit()
Gets the "default object next extent size unit" of a DbORATablespace's instance. |
java.lang.Integer |
getDefObjPctIncrease()
Gets the "default object pctincrease" of a DbORATablespace's instance. |
java.lang.Boolean |
getDefObjUnlimitedExtents()
Deprecated. use isDefObjUnlimitedExtents() method instead |
ORAExtentManagement |
getExtentManagement()
Gets the "extent management" of a DbORATablespace's instance. |
DbRelationN |
getIndexes()
Gets the list of indexes associated to a DbORATablespace's instance. |
DbRelationN |
getLobs()
Gets the list of lobs associated to a DbORATablespace's instance. |
ORALog |
getLog()
Gets the "log" of a DbORATablespace's instance. |
MetaClass |
getMetaClass()
|
java.lang.Integer |
getMinExtent()
Gets the "minimum extent size" of a DbORATablespace's instance. |
ORASizeUnit |
getMinExtentSizeUnit()
Gets the "minimum extent size unit" of a DbORATablespace's instance. |
ORAOnline |
getOnline()
Gets the "online" of a DbORATablespace's instance. |
DbRelationN |
getRollbackSegments()
Gets the list of rollback segments associated to a DbORATablespace's instance. |
DbRelationN |
getTables()
Gets the list of tables associated to a DbORATablespace's instance. |
java.lang.Boolean |
getTemporary()
Deprecated. use isTemporary() method instead |
java.lang.Integer |
getUniformExtentSize()
Gets the "uniform extent size" of a DbORATablespace's instance. |
ORASizeUnit |
getUniformExtentSizeUnit()
Gets the "uniform extent size unit" of a DbORATablespace's instance. |
static void |
initMeta()
For internal use only. |
boolean |
isDefObjUnlimitedExtents()
Tells whether a DbORATablespace's instance is defObjUnlimitedExtents or not. |
boolean |
isTemporary()
Tells whether a DbORATablespace's instance is temporary or not. |
void |
removeFromTables(DbORATable value)
Removes an element from the list of tables associated to a DbORATablespace's instance. |
void |
set(MetaField metaField,
java.lang.Object value)
|
void |
set(MetaRelationN relation,
DbObject neighbor,
int op)
|
void |
setDefObjInitialExtent(java.lang.Integer value)
Sets the "default object initial extent size" property of a DbORATablespace's instance. |
void |
setDefObjInitialExtentSizeUnit(ORASizeUnit value)
Sets the "default object initial extent size unit" property of a DbORATablespace's instance. |
void |
setDefObjMaxExtents(java.lang.Integer value)
Sets the "default object maxextents" property of a DbORATablespace's instance. |
void |
setDefObjMinExtents(java.lang.Integer value)
Sets the "default object minextents" property of a DbORATablespace's instance. |
void |
setDefObjNextExtent(java.lang.Integer value)
Sets the "default object next extent size" property of a DbORATablespace's instance. |
void |
setDefObjNextExtentSizeUnit(ORASizeUnit value)
Sets the "default object next extent size unit" property of a DbORATablespace's instance. |
void |
setDefObjPctIncrease(java.lang.Integer value)
Sets the "default object pctincrease" property of a DbORATablespace's instance. |
void |
setDefObjUnlimitedExtents(java.lang.Boolean value)
Sets the "default object unlimited extents" property of a DbORATablespace's instance. |
void |
setExtentManagement(ORAExtentManagement value)
Sets the "extent management" property of a DbORATablespace's instance. |
void |
setLog(ORALog value)
Sets the "log" property of a DbORATablespace's instance. |
void |
setMinExtent(java.lang.Integer value)
Sets the "minimum extent size" property of a DbORATablespace's instance. |
void |
setMinExtentSizeUnit(ORASizeUnit value)
Sets the "minimum extent size unit" property of a DbORATablespace's instance. |
void |
setOnline(ORAOnline value)
Sets the "online" property of a DbORATablespace's instance. |
void |
setTables(DbORATable value,
int op)
Adds an element to or removes an element from the list of tables associated to a DbORATablespace's instance. |
void |
setTemporary(java.lang.Boolean value)
Sets the "temporary" property of a DbORATablespace's instance. |
void |
setUniformExtentSize(java.lang.Integer value)
Sets the "uniform extent size" property of a DbORATablespace's instance. |
void |
setUniformExtentSizeUnit(ORASizeUnit value)
Sets the "uniform extent size unit" property of a DbORATablespace'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 MetaRelationN fLobs
public static final MetaRelationN fAbsPartitions
public static final MetaRelationN fIndexes
public static final MetaField fMinExtent
public static final MetaField fMinExtentSizeUnit
public static final MetaField fLog
public static final MetaField fOnline
public static final MetaField fTemporary
public static final MetaField fDefObjInitialExtent
public static final MetaField fDefObjInitialExtentSizeUnit
public static final MetaField fDefObjNextExtent
public static final MetaField fDefObjNextExtentSizeUnit
public static final MetaField fDefObjMinExtents
public static final MetaField fDefObjMaxExtents
public static final MetaField fDefObjUnlimitedExtents
public static final MetaField fDefObjPctIncrease
public static final MetaField fExtentManagement
public static final MetaField fUniformExtentSize
public static final MetaField fUniformExtentSizeUnit
public static final MetaRelationN fRollbackSegments
public static final MetaRelationN fTables
public static final MetaClass metaClass
Constructor Detail |
---|
public DbORATablespace()
public DbORATablespace(DbObject composite) throws DbException
composite
- the object which will contain the newly-created instance
DbException
Method Detail |
---|
public static void initMeta()
public final void setMinExtent(java.lang.Integer value) throws DbException
value
- the "minimum extent size" property
DbException
public final void setMinExtentSizeUnit(ORASizeUnit value) throws DbException
value
- the "minimum extent size unit" property
DbException
public final void setLog(ORALog value) throws DbException
value
- the "log" property
DbException
public final void setOnline(ORAOnline value) throws DbException
value
- the "online" property
DbException
public final void setTemporary(java.lang.Boolean value) throws DbException
value
- the "temporary" property
DbException
public final void setDefObjInitialExtent(java.lang.Integer value) throws DbException
value
- the "default object initial extent size" property
DbException
public final void setDefObjInitialExtentSizeUnit(ORASizeUnit value) throws DbException
value
- the "default object initial extent size unit" property
DbException
public final void setDefObjNextExtent(java.lang.Integer value) throws DbException
value
- the "default object next extent size" property
DbException
public final void setDefObjNextExtentSizeUnit(ORASizeUnit value) throws DbException
value
- the "default object next extent size unit" property
DbException
public final void setDefObjMinExtents(java.lang.Integer value) throws DbException
value
- the "default object minextents" property
DbException
public final void setDefObjMaxExtents(java.lang.Integer value) throws DbException
value
- the "default object maxextents" property
DbException
public final void setDefObjUnlimitedExtents(java.lang.Boolean value) throws DbException
value
- the "default object unlimited extents" property
DbException
public final void setDefObjPctIncrease(java.lang.Integer value) throws DbException
value
- the "default object pctincrease" property
DbException
public final void setExtentManagement(ORAExtentManagement value) throws DbException
value
- the "extent management" property
DbException
public final void setUniformExtentSize(java.lang.Integer value) throws DbException
value
- the "uniform extent size" property
DbException
public final void setUniformExtentSizeUnit(ORASizeUnit value) throws DbException
value
- the "uniform extent size unit" property
DbException
public final void setTables(DbORATable 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 addToTables(DbORATable value) throws DbException
value
- the element to be added.
DbException
public final void removeFromTables(DbORATable value) throws DbException
value
- the element to be removed.
DbException
public void set(MetaField metaField, java.lang.Object value) throws DbException
set
in class DbSMSSemanticalObject
DbException
public void set(MetaRelationN relation, DbObject neighbor, int op) throws DbException
set
in class DbSMSSemanticalObject
DbException
public final DbRelationN getLobs() throws DbException
DbException
public final DbRelationN getAbsPartitions() throws DbException
DbException
public final DbRelationN getIndexes() throws DbException
DbException
public final java.lang.Integer getMinExtent() throws DbException
DbException
public final ORASizeUnit getMinExtentSizeUnit() throws DbException
DbException
public final ORALog getLog() throws DbException
DbException
public final ORAOnline getOnline() throws DbException
DbException
public final java.lang.Boolean getTemporary() throws DbException
DbException
public final boolean isTemporary() throws DbException
DbException
public final java.lang.Integer getDefObjInitialExtent() throws DbException
DbException
public final ORASizeUnit getDefObjInitialExtentSizeUnit() throws DbException
DbException
public final java.lang.Integer getDefObjNextExtent() throws DbException
DbException
public final ORASizeUnit getDefObjNextExtentSizeUnit() throws DbException
DbException
public final java.lang.Integer getDefObjMinExtents() throws DbException
DbException
public final java.lang.Integer getDefObjMaxExtents() throws DbException
DbException
public final java.lang.Boolean getDefObjUnlimitedExtents() throws DbException
DbException
public final boolean isDefObjUnlimitedExtents() throws DbException
DbException
public final java.lang.Integer getDefObjPctIncrease() throws DbException
DbException
public final ORAExtentManagement getExtentManagement() throws DbException
DbException
public final java.lang.Integer getUniformExtentSize() throws DbException
DbException
public final ORASizeUnit getUniformExtentSizeUnit() throws DbException
DbException
public final DbRelationN getRollbackSegments() throws DbException
DbException
public final DbRelationN getTables() 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 |