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

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.db.DbSMSIndex
                      extended by org.modelsphere.sms.or.db.DbORIndex
                          extended by org.modelsphere.sms.or.oracle.db.DbORAIndex

public final class DbORAIndex
extends DbORIndex

Direct subclass(es)/subinterface(s) : none.
Composites : DbORAAbsTable, DbORAView.
Components : DbORAPartition, DbORIndexKey, DbSMSObjectImport.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject
DbObject.ComponentIterator
 
Field Summary
static MetaField fBitmap
           
static MetaField fBufferPool
           
static MetaField fCategory
           
static MetaField fFreelistGroups
           
static MetaField fFreelists
           
static MetaField fInitialExtent
           
static MetaField fInitialExtentSizeUnit
           
static MetaField fInitrans
           
static MetaField fLog
           
static MetaField fMaxExtent
           
static MetaField fMaxtrans
           
static MetaField fMinExtent
           
static MetaField fNextExtent
           
static MetaField fNextExtentSizeUnit
           
static MetaField fParallel
           
static MetaField fParallelDegree
           
static MetaField fPartitioningMethod
           
static MetaRelationN fPartitionKeyColumns
           
static MetaField fPctfree
           
static MetaField fPctIncrease
           
static MetaField fSorting
           
static MetaRelationN fSubpartitionKeyColumns
           
static MetaRelation1 fTablespace
           
static MetaField fUnlimitedExtents
           
static MetaClass metaClass
           
 
Fields inherited from class org.modelsphere.sms.or.db.DbORIndex
fConstraint, fPrimary, fUnique, fUser
 
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
DbORAIndex()
          Parameter-less constructor.
DbORAIndex(DbObject composite)
          Creates an instance of DbORAIndex.
 
Method Summary
 void addToPartitionKeyColumns(DbORAColumn value)
          Adds an element to the list of partition key columns associated to a DbORAIndex's instance.
 void addToSubpartitionKeyColumns(DbORAColumn value)
          Adds an element to the list of subpartition key columns associated to a DbORAIndex's instance.
 java.lang.Boolean getBitmap()
          Deprecated. use isBitmap() method instead
 ORABufferPool getBufferPool()
          Gets the "buffer pool" of a DbORAIndex's instance.
 ORACategory getCategory()
          Gets the "category" of a DbORAIndex's instance.
 java.lang.Integer getFreelistGroups()
          Gets the "freelist groups" of a DbORAIndex's instance.
 java.lang.Integer getFreelists()
          Gets the "freelists" of a DbORAIndex's instance.
 java.lang.Integer getInitialExtent()
          Gets the "initial extent" of a DbORAIndex's instance.
 ORASizeUnit getInitialExtentSizeUnit()
          Gets the "initial extent size unit" of a DbORAIndex's instance.
 java.lang.Integer getInitrans()
          Gets the "initrans" of a DbORAIndex's instance.
 ORALog getLog()
          Gets the "log" of a DbORAIndex's instance.
 java.lang.Integer getMaxExtent()
          Gets the "maxextents" of a DbORAIndex's instance.
 java.lang.Integer getMaxtrans()
          Gets the "maxtrans" of a DbORAIndex's instance.
 MetaClass getMetaClass()
           
 java.lang.Integer getMinExtent()
          Gets the "minextents" of a DbORAIndex's instance.
 java.lang.Integer getNextExtent()
          Gets the "next extent" of a DbORAIndex's instance.
 ORASizeUnit getNextExtentSizeUnit()
          Gets the "next extent size unit" of a DbORAIndex's instance.
 ORAParallel getParallel()
          Gets the "parallel" of a DbORAIndex's instance.
 java.lang.Integer getParallelDegree()
          Gets the "parallel degree" of a DbORAIndex's instance.
 ORAIndexPartitioningMethod getPartitioningMethod()
          Gets the "partitioning method" of a DbORAIndex's instance.
 DbRelationN getPartitionKeyColumns()
          Gets the list of partition key columns associated to a DbORAIndex's instance.
 java.lang.Integer getPctfree()
          Gets the "pctfree" of a DbORAIndex's instance.
 java.lang.Integer getPctIncrease()
          Gets the "pctincrease" of a DbORAIndex's instance.
 ORASort getSorting()
          Gets the "sorting" of a DbORAIndex's instance.
 DbRelationN getSubpartitionKeyColumns()
          Gets the list of subpartition key columns associated to a DbORAIndex's instance.
 DbORATablespace getTablespace()
          Gets the tablespace object associated to a DbORAIndex's instance.
 java.lang.Boolean getUnlimitedExtents()
          Deprecated. use isUnlimitedExtents() method instead
static void initMeta()
          For internal use only.
 boolean isBitmap()
          Tells whether a DbORAIndex's instance is bitmap or not.
 boolean isUnlimitedExtents()
          Tells whether a DbORAIndex's instance is unlimitedExtents or not.
 void removeFromPartitionKeyColumns(DbORAColumn value)
          Removes an element from the list of partition key columns associated to a DbORAIndex's instance.
 void removeFromSubpartitionKeyColumns(DbORAColumn value)
          Removes an element from the list of subpartition key columns associated to a DbORAIndex's instance.
 void set(MetaField metaField, java.lang.Object value)
           
 void set(MetaRelationN relation, DbObject neighbor, int op)
           
 void setBitmap(java.lang.Boolean value)
          Sets the "bitmap" property of a DbORAIndex's instance.
 void setBufferPool(ORABufferPool value)
          Sets the "buffer pool" property of a DbORAIndex's instance.
 void setCategory(ORACategory value)
          Sets the "category" property of a DbORAIndex's instance.
 void setFreelistGroups(java.lang.Integer value)
          Sets the "freelist groups" property of a DbORAIndex's instance.
 void setFreelists(java.lang.Integer value)
          Sets the "freelists" property of a DbORAIndex's instance.
 void setInitialExtent(java.lang.Integer value)
          Sets the "initial extent" property of a DbORAIndex's instance.
 void setInitialExtentSizeUnit(ORASizeUnit value)
          Sets the "initial extent size unit" property of a DbORAIndex's instance.
 void setInitrans(java.lang.Integer value)
          Sets the "initrans" property of a DbORAIndex's instance.
 void setLog(ORALog value)
          Sets the "log" property of a DbORAIndex's instance.
 void setMaxExtent(java.lang.Integer value)
          Sets the "maxextents" property of a DbORAIndex's instance.
 void setMaxtrans(java.lang.Integer value)
          Sets the "maxtrans" property of a DbORAIndex's instance.
 void setMinExtent(java.lang.Integer value)
          Sets the "minextents" property of a DbORAIndex's instance.
 void setNextExtent(java.lang.Integer value)
          Sets the "next extent" property of a DbORAIndex's instance.
 void setNextExtentSizeUnit(ORASizeUnit value)
          Sets the "next extent size unit" property of a DbORAIndex's instance.
 void setParallel(ORAParallel value)
          Sets the "parallel" property of a DbORAIndex's instance.
 void setParallelDegree(java.lang.Integer value)
          Sets the "parallel degree" property of a DbORAIndex's instance.
 void setPartitioningMethod(ORAIndexPartitioningMethod value)
          Sets the "partitioning method" property of a DbORAIndex's instance.
 void setPartitionKeyColumns(DbORAColumn value, int op)
          Adds an element to or removes an element from the list of partition key columns associated to a DbORAIndex's instance.
 void setPctfree(java.lang.Integer value)
          Sets the "pctfree" property of a DbORAIndex's instance.
 void setPctIncrease(java.lang.Integer value)
          Sets the "pctincrease" property of a DbORAIndex's instance.
 void setSorting(ORASort value)
          Sets the "sorting" property of a DbORAIndex's instance.
 void setSubpartitionKeyColumns(DbORAColumn value, int op)
          Adds an element to or removes an element from the list of subpartition key columns associated to a DbORAIndex's instance.
 void setTablespace(DbORATablespace value)
          Sets the tablespace object associated to a DbORAIndex's instance.
 void setUnlimitedExtents(java.lang.Boolean value)
          Sets the "unlimited extents" property of a DbORAIndex's instance.
 
Methods inherited from class org.modelsphere.sms.or.db.DbORIndex
getConstraint, getPrimary, getSecurityMask, getUnique, getUser, isPrimary, isUnique, matchesConstraint, setConstraint, setPrimary, setUnique, setUser
 
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

fBitmap

public static final MetaField fBitmap

fCategory

public static final MetaField fCategory

fPctfree

public static final MetaField fPctfree

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

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

fLog

public static final MetaField fLog

fTablespace

public static final MetaRelation1 fTablespace

fSorting

public static final MetaField fSorting

fParallel

public static final MetaField fParallel

fParallelDegree

public static final MetaField fParallelDegree

fPartitioningMethod

public static final MetaField fPartitioningMethod

fPartitionKeyColumns

public static final MetaRelationN fPartitionKeyColumns

fSubpartitionKeyColumns

public static final MetaRelationN fSubpartitionKeyColumns

metaClass

public static final MetaClass metaClass
Constructor Detail

DbORAIndex

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


DbORAIndex

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

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

initMeta

public static void initMeta()
For internal use only.


setBitmap

public final void setBitmap(java.lang.Boolean value)
                     throws DbException
Sets the "bitmap" property of a DbORAIndex's instance.

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

setCategory

public final void setCategory(ORACategory value)
                       throws DbException
Sets the "category" property of a DbORAIndex's instance.

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

setPctfree

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

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

setInitrans

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

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

setSorting

public final void setSorting(ORASort value)
                      throws DbException
Sets the "sorting" property of a DbORAIndex's instance.

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

setParallel

public final void setParallel(ORAParallel value)
                       throws DbException
Sets the "parallel" property of a DbORAIndex's instance.

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

setParallelDegree

public final void setParallelDegree(java.lang.Integer value)
                             throws DbException
Sets the "parallel degree" property of a DbORAIndex's instance.

Parameters:
value - the "parallel degree" property
Throws:
DbException

setPartitioningMethod

public final void setPartitioningMethod(ORAIndexPartitioningMethod value)
                                 throws DbException
Sets the "partitioning method" property of a DbORAIndex's instance.

Parameters:
value - the "partitioning method" property
Throws:
DbException

setPartitionKeyColumns

public final void setPartitionKeyColumns(DbORAColumn value,
                                         int op)
                                  throws DbException
Adds an element to or removes an element from the list of partition key columns associated to a DbORAIndex's instance.

Parameters:
value - an element to be added to or removed from the list.
op - Either Db.ADD_TO_RELN or Db.REMOVE_FROM_RELN
Throws:
DbException

addToPartitionKeyColumns

public final void addToPartitionKeyColumns(DbORAColumn value)
                                    throws DbException
Adds an element to the list of partition key columns associated to a DbORAIndex's instance.

Parameters:
value - the element to be added.
Throws:
DbException

removeFromPartitionKeyColumns

public final void removeFromPartitionKeyColumns(DbORAColumn value)
                                         throws DbException
Removes an element from the list of partition key columns associated to a DbORAIndex's instance.

Parameters:
value - the element to be removed.
Throws:
DbException

setSubpartitionKeyColumns

public final void setSubpartitionKeyColumns(DbORAColumn value,
                                            int op)
                                     throws DbException
Adds an element to or removes an element from the list of subpartition key columns associated to a DbORAIndex's instance.

Parameters:
value - an element to be added to or removed from the list.
op - Either Db.ADD_TO_RELN or Db.REMOVE_FROM_RELN
Throws:
DbException

addToSubpartitionKeyColumns

public final void addToSubpartitionKeyColumns(DbORAColumn value)
                                       throws DbException
Adds an element to the list of subpartition key columns associated to a DbORAIndex's instance.

Parameters:
value - the element to be added.
Throws:
DbException

removeFromSubpartitionKeyColumns

public final void removeFromSubpartitionKeyColumns(DbORAColumn value)
                                            throws DbException
Removes an element from the list of subpartition key columns associated to a DbORAIndex's instance.

Parameters:
value - the element to be removed.
Throws:
DbException

set

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

set

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

getBitmap

public final java.lang.Boolean getBitmap()
                                  throws DbException
Deprecated. use isBitmap() method instead

Gets the "bitmap" property's Boolean value of a DbORAIndex's instance.

Returns:
the "bitmap" property's Boolean value
Throws:
DbException

isBitmap

public final boolean isBitmap()
                       throws DbException
Tells whether a DbORAIndex's instance is bitmap or not.

Returns:
boolean
Throws:
DbException

getCategory

public final ORACategory getCategory()
                              throws DbException
Gets the "category" of a DbORAIndex's instance.

Returns:
the "category"
Throws:
DbException

getPctfree

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

Returns:
the "pctfree"
Throws:
DbException

getInitrans

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

Returns:
the "initrans"
Throws:
DbException

getMaxtrans

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

Returns:
the "maxtrans"
Throws:
DbException

getInitialExtent

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

Returns:
the "initial extent"
Throws:
DbException

getInitialExtentSizeUnit

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

Returns:
the "next extent"
Throws:
DbException

getNextExtentSizeUnit

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

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

getMinExtent

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

Returns:
the "minextents"
Throws:
DbException

getMaxExtent

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

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

isUnlimitedExtents

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

Returns:
boolean
Throws:
DbException

getPctIncrease

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

Returns:
the "pctincrease"
Throws:
DbException

getFreelists

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

Returns:
the "freelists"
Throws:
DbException

getFreelistGroups

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

Returns:
the "freelist groups"
Throws:
DbException

getBufferPool

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

Returns:
the "buffer pool"
Throws:
DbException

getLog

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

Returns:
the "log"
Throws:
DbException

getTablespace

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

Returns:
the tablespace object
Throws:
DbException

getSorting

public final ORASort getSorting()
                         throws DbException
Gets the "sorting" of a DbORAIndex's instance.

Returns:
the "sorting"
Throws:
DbException

getParallel

public final ORAParallel getParallel()
                              throws DbException
Gets the "parallel" of a DbORAIndex's instance.

Returns:
the "parallel"
Throws:
DbException

getParallelDegree

public final java.lang.Integer getParallelDegree()
                                          throws DbException
Gets the "parallel degree" of a DbORAIndex's instance.

Returns:
the "parallel degree"
Throws:
DbException

getPartitioningMethod

public final ORAIndexPartitioningMethod getPartitioningMethod()
                                                       throws DbException
Gets the "partitioning method" of a DbORAIndex's instance.

Returns:
the "partitioning method"
Throws:
DbException

getPartitionKeyColumns

public final DbRelationN getPartitionKeyColumns()
                                         throws DbException
Gets the list of partition key columns associated to a DbORAIndex's instance.

Returns:
the list of partition key columns.
Throws:
DbException

getSubpartitionKeyColumns

public final DbRelationN getSubpartitionKeyColumns()
                                            throws DbException
Gets the list of subpartition key columns associated to a DbORAIndex's instance.

Returns:
the list of subpartition key columns.
Throws:
DbException

getMetaClass

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


Open ModelSphere 2007. All Rights Reserved.