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

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.DbORAAbsPartition
                      extended by org.modelsphere.sms.or.oracle.db.DbORAPartition

public final class DbORAPartition
extends DbORAAbsPartition

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 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

fValueList

public static final MetaField fValueList

fPctfree

public static final MetaField fPctfree

fPctused

public static final MetaField fPctused

fInitrans

public static final MetaField fInitrans

fMaxtrans

public static final MetaField fMaxtrans

fInitialExtent

public static final MetaField fInitialExtent

fInitialExtentSizeUnit

public static final MetaField fInitialExtentSizeUnit

fNextExtent

public static final MetaField fNextExtent

fNextExtentSizeUnit

public static final MetaField fNextExtentSizeUnit

fMinExtents

public static final MetaField fMinExtents

fMaxExtents

public static final MetaField fMaxExtents

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

fLog

public static final MetaField fLog

metaClass

public static final MetaClass metaClass
Constructor Detail

DbORAPartition

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


DbORAPartition

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

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

initMeta

public static void initMeta()
For internal use only.


setValueList

public final void setValueList(java.lang.String value)
                        throws DbException
Sets the "value list" property of a DbORAPartition's instance.

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

setPctfree

public final void setPctfree(java.lang.Integer value)
                      throws DbException
Sets the "pctfree" property of a DbORAPartition's instance.

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

setPctused

public final void setPctused(java.lang.Integer value)
                      throws DbException
Sets the "pctused" property of a DbORAPartition's instance.

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

setInitrans

public final void setInitrans(java.lang.Integer value)
                       throws DbException
Sets the "initrans" property of a DbORAPartition's instance.

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

setMaxtrans

public final void setMaxtrans(java.lang.Integer value)
                       throws DbException
Sets the "maxtrans" property of a DbORAPartition's instance.

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

setInitialExtent

public final void setInitialExtent(java.lang.Integer value)
                            throws DbException
Sets the "initial extent" property of a DbORAPartition'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 DbORAPartition'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 DbORAPartition'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 DbORAPartition's instance.

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

setMinExtents

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

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

setMaxExtents

public final void setMaxExtents(java.lang.Integer value)
                         throws DbException
Sets the "maxextents" property of a DbORAPartition'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 DbORAPartition'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 DbORAPartition'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 DbORAPartition'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 DbORAPartition'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 DbORAPartition's instance.

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

setLog

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

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

set

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

set

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

getValueList

public final java.lang.String getValueList()
                                    throws DbException
Gets the "value list" property of a DbORAPartition's instance.

Returns:
the "value list" property
Throws:
DbException

getPctfree

public final java.lang.Integer getPctfree()
                                   throws DbException
Gets the "pctfree" of a DbORAPartition's instance.

Returns:
the "pctfree"
Throws:
DbException

getPctused

public final java.lang.Integer getPctused()
                                   throws DbException
Gets the "pctused" of a DbORAPartition's instance.

Returns:
the "pctused"
Throws:
DbException

getInitrans

public final java.lang.Integer getInitrans()
                                    throws DbException
Gets the "initrans" of a DbORAPartition's instance.

Returns:
the "initrans"
Throws:
DbException

getMaxtrans

public final java.lang.Integer getMaxtrans()
                                    throws DbException
Gets the "maxtrans" of a DbORAPartition's instance.

Returns:
the "maxtrans"
Throws:
DbException

getInitialExtent

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

Returns:
the "initial extent"
Throws:
DbException

getInitialExtentSizeUnit

public final ORASizeUnit getInitialExtentSizeUnit()
                                           throws DbException
Gets the "initial extent size unit" of a DbORAPartition'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 DbORAPartition's instance.

Returns:
the "next extent"
Throws:
DbException

getNextExtentSizeUnit

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

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

getMinExtents

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

Returns:
the "minextents"
Throws:
DbException

getMaxExtents

public final java.lang.Integer getMaxExtents()
                                      throws DbException
Gets the "maxextents" of a DbORAPartition'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 DbORAPartition's instance.

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

isUnlimitedExtents

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

Returns:
boolean
Throws:
DbException

getPctIncrease

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

Returns:
the "pctincrease"
Throws:
DbException

getFreelists

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

Returns:
the "freelists"
Throws:
DbException

getFreelistGroups

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

Returns:
the "freelist groups"
Throws:
DbException

getBufferPool

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

Returns:
the "buffer pool"
Throws:
DbException

getLog

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

Returns:
the "log"
Throws:
DbException

getMetaClass

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


Open ModelSphere 2007. All Rights Reserved.