|
||||||||||
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.DbORALobStorage
public final class DbORALobStorage
Direct subclass(es)/subinterface(s) : none.
Composites : DbORATable.
Components : 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 |
fCache
|
static MetaField |
fChunkSize
|
static MetaField |
fFreelistGroups
|
static MetaField |
fFreelists
|
static MetaField |
fInitialExtent
|
static MetaField |
fInitialExtentSizeUnit
|
static MetaRelationN |
fLobItems
|
static MetaField |
fLog
|
static MetaField |
fMaxExtent
|
static MetaField |
fMinExtent
|
static MetaField |
fNextExtent
|
static MetaField |
fNextExtentSizeUnit
|
static MetaField |
fPctIncrease
|
static MetaField |
fPctversion
|
static MetaField |
fStorageInRow
|
static MetaRelation1 |
fTablespace
|
static MetaField |
fUnlimitedExtents
|
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 | |
---|---|
DbORALobStorage()
Parameter-less constructor. |
|
DbORALobStorage(DbObject composite)
Creates an instance of DbORALobStorage. |
Method Summary | |
---|---|
ORABufferPool |
getBufferPool()
Gets the "buffer pool" of a DbORALobStorage's instance. |
ORACache |
getCache()
Gets the "cache" of a DbORALobStorage's instance. |
java.lang.Integer |
getChunkSize()
Gets the "chunk size" of a DbORALobStorage's instance. |
java.lang.Integer |
getFreelistGroups()
Gets the "freelist groups" of a DbORALobStorage's instance. |
java.lang.Integer |
getFreelists()
Gets the "freelists" of a DbORALobStorage's instance. |
java.lang.Integer |
getInitialExtent()
Gets the "initial extent" of a DbORALobStorage's instance. |
ORASizeUnit |
getInitialExtentSizeUnit()
Gets the "initial extent size unit" of a DbORALobStorage's instance. |
DbRelationN |
getLobItems()
Gets the list of lob items associated to a DbORALobStorage's instance. |
ORALog |
getLog()
Gets the "log" of a DbORALobStorage's instance. |
java.lang.Integer |
getMaxExtent()
Gets the "maxextents" of a DbORALobStorage's instance. |
MetaClass |
getMetaClass()
|
java.lang.Integer |
getMinExtent()
Gets the "minextents" of a DbORALobStorage's instance. |
java.lang.Integer |
getNextExtent()
Gets the "next extent" of a DbORALobStorage's instance. |
ORASizeUnit |
getNextExtentSizeUnit()
Gets the "next extent size unit" of a DbORALobStorage's instance. |
java.lang.Integer |
getPctIncrease()
Gets the "pctincrease" of a DbORALobStorage's instance. |
java.lang.Integer |
getPctversion()
Gets the "pctversion" of a DbORALobStorage's instance. |
ORAEnableDisable |
getStorageInRow()
Gets the "storage in row" of a DbORALobStorage's instance. |
DbORATablespace |
getTablespace()
Gets the tablespace object associated to a DbORALobStorage's instance. |
java.lang.Boolean |
getUnlimitedExtents()
Deprecated. use isUnlimitedExtents() method instead |
static void |
initMeta()
For internal use only. |
boolean |
isUnlimitedExtents()
Tells whether a DbORALobStorage'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 DbORALobStorage's instance. |
void |
setCache(ORACache value)
Sets the "cache" property of a DbORALobStorage's instance. |
void |
setChunkSize(java.lang.Integer value)
Sets the "chunk size" property of a DbORALobStorage's instance. |
void |
setFreelistGroups(java.lang.Integer value)
Sets the "freelist groups" property of a DbORALobStorage's instance. |
void |
setFreelists(java.lang.Integer value)
Sets the "freelists" property of a DbORALobStorage's instance. |
void |
setInitialExtent(java.lang.Integer value)
Sets the "initial extent" property of a DbORALobStorage's instance. |
void |
setInitialExtentSizeUnit(ORASizeUnit value)
Sets the "initial extent size unit" property of a DbORALobStorage's instance. |
void |
setLog(ORALog value)
Sets the "log" property of a DbORALobStorage's instance. |
void |
setMaxExtent(java.lang.Integer value)
Sets the "maxextents" property of a DbORALobStorage's instance. |
void |
setMinExtent(java.lang.Integer value)
Sets the "minextents" property of a DbORALobStorage's instance. |
void |
setNextExtent(java.lang.Integer value)
Sets the "next extent" property of a DbORALobStorage's instance. |
void |
setNextExtentSizeUnit(ORASizeUnit value)
Sets the "next extent size unit" property of a DbORALobStorage's instance. |
void |
setPctIncrease(java.lang.Integer value)
Sets the "pctincrease" property of a DbORALobStorage's instance. |
void |
setPctversion(java.lang.Integer value)
Sets the "pctversion" property of a DbORALobStorage's instance. |
void |
setStorageInRow(ORAEnableDisable value)
Sets the "storage in row" property of a DbORALobStorage's instance. |
void |
setTablespace(DbORATablespace value)
Sets the tablespace object associated to a DbORALobStorage's instance. |
void |
setUnlimitedExtents(java.lang.Boolean value)
Sets the "unlimited extents" property of a DbORALobStorage'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 MetaField fStorageInRow
public static final MetaField fInitialExtent
public static final MetaField fInitialExtentSizeUnit
public static final MetaField fNextExtent
public static final MetaField fNextExtentSizeUnit
public static final MetaField fMinExtent
public static final MetaField fMaxExtent
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 fChunkSize
public static final MetaField fPctversion
public static final MetaField fCache
public static final MetaField fLog
public static final MetaRelation1 fTablespace
public static final MetaRelationN fLobItems
public static final MetaClass metaClass
Constructor Detail |
---|
public DbORALobStorage()
public DbORALobStorage(DbObject composite) throws DbException
composite
- the object which will contain the newly-created instance
DbException
Method Detail |
---|
public static void initMeta()
public final void setStorageInRow(ORAEnableDisable value) throws DbException
value
- the "storage in row" 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 setMinExtent(java.lang.Integer value) throws DbException
value
- the "minextents" property
DbException
public final void setMaxExtent(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 setChunkSize(java.lang.Integer value) throws DbException
value
- the "chunk size" property
DbException
public final void setPctversion(java.lang.Integer value) throws DbException
value
- the "pctversion" property
DbException
public final void setCache(ORACache value) throws DbException
value
- the "cache" property
DbException
public final void setLog(ORALog value) throws DbException
value
- the "log" property
DbException
public final void setTablespace(DbORATablespace value) throws DbException
value
- the tablespace object to be associated
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 ORAEnableDisable getStorageInRow() 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 getMinExtent() throws DbException
DbException
public final java.lang.Integer getMaxExtent() 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 java.lang.Integer getChunkSize() throws DbException
DbException
public final java.lang.Integer getPctversion() throws DbException
DbException
public final ORACache getCache() throws DbException
DbException
public final ORALog getLog() throws DbException
DbException
public final DbORATablespace getTablespace() throws DbException
DbException
public final DbRelationN getLobItems() 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 |