org.modelsphere.sms.or.oracle.db
Class DbORALobStorage

java.lang.Object
  extended by PersistentObject
      extended by org.modelsphere.jack.baseDb.db.DbObject
          extended by org.modelsphere.jack.baseDb.db.DbSemanticalObject
              extended by org.modelsphere.sms.db.DbSMSSemanticalObject
                  extended by org.modelsphere.sms.or.oracle.db.DbORALobStorage

public final class DbORALobStorage
extends DbSMSSemanticalObject

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 org.modelsphere.jack.baseDb.db.DbObject
addDbRefreshListener, addDbRefreshListener, basicReinsert, basicSet, basicSet, buildFullNameString, buildFullNameString, componentTree, componentTree, componentTree, copyComponent, createComponent, createComponent, createRAMRelN, deepCopy, deepCopy, doDeleteAction, findComponentByName, findComponentByName, findMatchingObject, generateEDCTimestamp, get, get, get, getAccordingToStatus, getComponents, getComposite, getCompositeOfType, getCreationTime, getDb, getDependencyRelations, getEDCTimestamp, getFullDisplayName, getId, getMatchingObject, getMinCard, getModificationTime, getNbNeighbors, getNextTs, getOld, getProject, getSemanticalIcon, getSemanticalName, getTransStatus, getTs, getUDF, getUdfValues, getValidationStatus, hasAdminAccess, hasChanged, hasField, hasWriteAccess, isAddedAndRemoved, isAlive, isDeletable, isDescendingFrom, isHugeRelN, load, load, reinsert, remove, removeDbRefreshListener, save, set, setComposite, setMatchingObject, setModificationTime, setRelationNN, setRelationNN, setValidationStatus, toString, valuesAreEqual
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fStorageInRow

public static final MetaField fStorageInRow

fInitialExtent

public static final MetaField fInitialExtent

fInitialExtentSizeUnit

public static final MetaField fInitialExtentSizeUnit

fNextExtent

public static final MetaField fNextExtent

fNextExtentSizeUnit

public static final MetaField fNextExtentSizeUnit

fMinExtent

public static final MetaField fMinExtent

fMaxExtent

public static final MetaField fMaxExtent

fUnlimitedExtents

public static final MetaField fUnlimitedExtents

fPctIncrease

public static final MetaField fPctIncrease

fFreelists

public static final MetaField fFreelists

fFreelistGroups

public static final MetaField fFreelistGroups

fBufferPool

public static final MetaField fBufferPool

fChunkSize

public static final MetaField fChunkSize

fPctversion

public static final MetaField fPctversion

fCache

public static final MetaField fCache

fLog

public static final MetaField fLog

fTablespace

public static final MetaRelation1 fTablespace

fLobItems

public static final MetaRelationN fLobItems

metaClass

public static final MetaClass metaClass
Constructor Detail

DbORALobStorage

public DbORALobStorage()
Parameter-less constructor. Required by Java Beans Conventions.


DbORALobStorage

public DbORALobStorage(DbObject composite)
                throws DbException
Creates an instance of DbORALobStorage.

Parameters:
composite - the object which will contain the newly-created instance
Throws:
DbException
Method Detail

initMeta

public static void initMeta()
For internal use only.


setStorageInRow

public final void setStorageInRow(ORAEnableDisable value)
                           throws DbException
Sets the "storage in row" property of a DbORALobStorage's instance.

Parameters:
value - the "storage in row" property
Throws:
DbException

setInitialExtent

public final void setInitialExtent(java.lang.Integer value)
                            throws DbException
Sets the "initial extent" property of a DbORALobStorage's instance.

Parameters:
value - the "initial extent" property
Throws:
DbException

setInitialExtentSizeUnit

public final void setInitialExtentSizeUnit(ORASizeUnit value)
                                    throws DbException
Sets the "initial extent size unit" property of a DbORALobStorage's instance.

Parameters:
value - the "initial extent size unit" property
Throws:
DbException

setNextExtent

public final void setNextExtent(java.lang.Integer value)
                         throws DbException
Sets the "next extent" property of a DbORALobStorage's instance.

Parameters:
value - the "next extent" property
Throws:
DbException

setNextExtentSizeUnit

public final void setNextExtentSizeUnit(ORASizeUnit value)
                                 throws DbException
Sets the "next extent size unit" property of a DbORALobStorage's instance.

Parameters:
value - the "next extent size unit" property
Throws:
DbException

setMinExtent

public final void setMinExtent(java.lang.Integer value)
                        throws DbException
Sets the "minextents" property of a DbORALobStorage's instance.

Parameters:
value - the "minextents" property
Throws:
DbException

setMaxExtent

public final void setMaxExtent(java.lang.Integer value)
                        throws DbException
Sets the "maxextents" property of a DbORALobStorage's instance.

Parameters:
value - the "maxextents" property
Throws:
DbException

setUnlimitedExtents

public final void setUnlimitedExtents(java.lang.Boolean value)
                               throws DbException
Sets the "unlimited extents" property of a DbORALobStorage's instance.

Parameters:
value - the "unlimited extents" property
Throws:
DbException

setPctIncrease

public final void setPctIncrease(java.lang.Integer value)
                          throws DbException
Sets the "pctincrease" property of a DbORALobStorage's instance.

Parameters:
value - the "pctincrease" property
Throws:
DbException

setFreelists

public final void setFreelists(java.lang.Integer value)
                        throws DbException
Sets the "freelists" property of a DbORALobStorage's instance.

Parameters:
value - the "freelists" property
Throws:
DbException

setFreelistGroups

public final void setFreelistGroups(java.lang.Integer value)
                             throws DbException
Sets the "freelist groups" property of a DbORALobStorage's instance.

Parameters:
value - the "freelist groups" property
Throws:
DbException

setBufferPool

public final void setBufferPool(ORABufferPool value)
                         throws DbException
Sets the "buffer pool" property of a DbORALobStorage's instance.

Parameters:
value - the "buffer pool" property
Throws:
DbException

setChunkSize

public final void setChunkSize(java.lang.Integer value)
                        throws DbException
Sets the "chunk size" property of a DbORALobStorage's instance.

Parameters:
value - the "chunk size" property
Throws:
DbException

setPctversion

public final void setPctversion(java.lang.Integer value)
                         throws DbException
Sets the "pctversion" property of a DbORALobStorage's instance.

Parameters:
value - the "pctversion" property
Throws:
DbException

setCache

public final void setCache(ORACache value)
                    throws DbException
Sets the "cache" property of a DbORALobStorage's instance.

Parameters:
value - the "cache" property
Throws:
DbException

setLog

public final void setLog(ORALog value)
                  throws DbException
Sets the "log" property of a DbORALobStorage's instance.

Parameters:
value - the "log" property
Throws:
DbException

setTablespace

public final void setTablespace(DbORATablespace value)
                         throws DbException
Sets the tablespace object associated to a DbORALobStorage's instance.

Parameters:
value - the tablespace object to be associated
Throws:
DbException

set

public void set(MetaField metaField,
                java.lang.Object value)
         throws DbException
Overrides:
set in class DbSMSSemanticalObject
Throws:
DbException

set

public void set(MetaRelationN relation,
                DbObject neighbor,
                int op)
         throws DbException
Overrides:
set in class DbSMSSemanticalObject
Throws:
DbException

getStorageInRow

public final ORAEnableDisable getStorageInRow()
                                       throws DbException
Gets the "storage in row" of a DbORALobStorage's instance.

Returns:
the "storage in row"
Throws:
DbException

getInitialExtent

public final java.lang.Integer getInitialExtent()
                                         throws DbException
Gets the "initial extent" of a DbORALobStorage's instance.

Returns:
the "initial extent"
Throws:
DbException

getInitialExtentSizeUnit

public final ORASizeUnit getInitialExtentSizeUnit()
                                           throws DbException
Gets the "initial extent size unit" of a DbORALobStorage's instance.

Returns:
the "initial extent size unit"
Throws:
DbException

getNextExtent

public final java.lang.Integer getNextExtent()
                                      throws DbException
Gets the "next extent" of a DbORALobStorage's instance.

Returns:
the "next extent"
Throws:
DbException

getNextExtentSizeUnit

public final ORASizeUnit getNextExtentSizeUnit()
                                        throws DbException
Gets the "next extent size unit" of a DbORALobStorage's instance.

Returns:
the "next extent size unit"
Throws:
DbException

getMinExtent

public final java.lang.Integer getMinExtent()
                                     throws DbException
Gets the "minextents" of a DbORALobStorage's instance.

Returns:
the "minextents"
Throws:
DbException

getMaxExtent

public final java.lang.Integer getMaxExtent()
                                     throws DbException
Gets the "maxextents" of a DbORALobStorage's instance.

Returns:
the "maxextents"
Throws:
DbException

getUnlimitedExtents

public final java.lang.Boolean getUnlimitedExtents()
                                            throws DbException
Deprecated. use isUnlimitedExtents() method instead

Gets the "unlimited extents" property's Boolean value of a DbORALobStorage's instance.

Returns:
the "unlimited extents" property's Boolean value
Throws:
DbException

isUnlimitedExtents

public final boolean isUnlimitedExtents()
                                 throws DbException
Tells whether a DbORALobStorage's instance is unlimitedExtents or not.

Returns:
boolean
Throws:
DbException

getPctIncrease

public final java.lang.Integer getPctIncrease()
                                       throws DbException
Gets the "pctincrease" of a DbORALobStorage's instance.

Returns:
the "pctincrease"
Throws:
DbException

getFreelists

public final java.lang.Integer getFreelists()
                                     throws DbException
Gets the "freelists" of a DbORALobStorage's instance.

Returns:
the "freelists"
Throws:
DbException

getFreelistGroups

public final java.lang.Integer getFreelistGroups()
                                          throws DbException
Gets the "freelist groups" of a DbORALobStorage's instance.

Returns:
the "freelist groups"
Throws:
DbException

getBufferPool

public final ORABufferPool getBufferPool()
                                  throws DbException
Gets the "buffer pool" of a DbORALobStorage's instance.

Returns:
the "buffer pool"
Throws:
DbException

getChunkSize

public final java.lang.Integer getChunkSize()
                                     throws DbException
Gets the "chunk size" of a DbORALobStorage's instance.

Returns:
the "chunk size"
Throws:
DbException

getPctversion

public final java.lang.Integer getPctversion()
                                      throws DbException
Gets the "pctversion" of a DbORALobStorage's instance.

Returns:
the "pctversion"
Throws:
DbException

getCache

public final ORACache getCache()
                        throws DbException
Gets the "cache" of a DbORALobStorage's instance.

Returns:
the "cache"
Throws:
DbException

getLog

public final ORALog getLog()
                    throws DbException
Gets the "log" of a DbORALobStorage's instance.

Returns:
the "log"
Throws:
DbException

getTablespace

public final DbORATablespace getTablespace()
                                    throws DbException
Gets the tablespace object associated to a DbORALobStorage's instance.

Returns:
the tablespace object
Throws:
DbException

getLobItems

public final DbRelationN getLobItems()
                              throws DbException
Gets the list of lob items associated to a DbORALobStorage's instance.

Returns:
the list of lob items.
Throws:
DbException

getMetaClass

public MetaClass getMetaClass()
Specified by:
getMetaClass in class DbObject


Open ModelSphere 2007. All Rights Reserved.