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

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.DbSMSTypedElement
                      extended by org.modelsphere.sms.db.DbSMSFeature
                          extended by org.modelsphere.sms.db.DbSMSStructuralFeature
                              extended by org.modelsphere.sms.or.db.DbORAttribute
                                  extended by org.modelsphere.sms.or.db.DbORColumn
                                      extended by org.modelsphere.sms.or.oracle.db.DbORAColumn

public final class DbORAColumn
extends DbORColumn

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


Nested Class Summary
 
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject
DbObject.ComponentIterator
 
Field Summary
static MetaRelation1 fLobStorage
           
static MetaRelationN fPartitionKeyIndexes
           
static MetaRelation1 fPartitionKeyTable
           
static MetaRelation1 fStorageTable
           
static MetaRelationN fSubpartitionKeyIndexes
           
static MetaRelation1 fSubpartitionKeyTable
           
static MetaField fWithRowid
           
static MetaClass metaClass
           
 
Fields inherited from class org.modelsphere.sms.or.db.DbORColumn
fChecks, fCommonItem, fDestFKeyColumns, fFKeyColumns, fForeign, fIndexKeys, fNull, fPrimaryUniques, fReference, fTriggers
 
Fields inherited from class org.modelsphere.sms.or.db.DbORAttribute
fLength, fNbDecimal, fType
 
Fields inherited from class org.modelsphere.sms.db.DbSMSStructuralFeature
fInitialValue
 
Fields inherited from class org.modelsphere.sms.db.DbSMSFeature
fOverriddenFeatures, fOverridingFeatures
 
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
DbORAColumn()
          Parameter-less constructor.
DbORAColumn(DbObject composite)
          Creates an instance of DbORAColumn.
 
Method Summary
 void addToPartitionKeyIndexes(DbORAIndex value)
          Adds an element to the list of indexes associated to a DbORAColumn's instance.
 void addToSubpartitionKeyIndexes(DbORAIndex value)
          Adds an element to the list of indexes associated to a DbORAColumn's instance.
 DbORALobStorage getLobStorage()
          Gets the lob storage object associated to a DbORAColumn's instance.
 MetaClass getMetaClass()
           
 DbRelationN getPartitionKeyIndexes()
          Gets the list of indexes associated to a DbORAColumn's instance.
 DbORATable getPartitionKeyTable()
          Gets the partition key table object associated to a DbORAColumn's instance.
 DbORANestedTableStorage getStorageTable()
          Gets the storage table object associated to a DbORAColumn's instance.
 DbRelationN getSubpartitionKeyIndexes()
          Gets the list of indexes associated to a DbORAColumn's instance.
 DbORATable getSubpartitionKeyTable()
          Gets the subpartition key table object associated to a DbORAColumn's instance.
 java.lang.Boolean getWithRowid()
          Deprecated. use isWithRowid() method instead
static void initMeta()
          For internal use only.
 boolean isWithRowid()
          Tells whether a DbORAColumn's instance is withRowid or not.
 void removeFromPartitionKeyIndexes(DbORAIndex value)
          Removes an element from the list of indexes associated to a DbORAColumn's instance.
 void removeFromSubpartitionKeyIndexes(DbORAIndex value)
          Removes an element from the list of indexes associated to a DbORAColumn's instance.
 void set(MetaField metaField, java.lang.Object value)
           
 void set(MetaRelationN relation, DbObject neighbor, int op)
           
 void setLobStorage(DbORALobStorage value)
          Sets the lob storage object associated to a DbORAColumn's instance.
 void setPartitionKeyIndexes(DbORAIndex value, int op)
          Adds an element to or removes an element from the list of indexes associated to a DbORAColumn's instance.
 void setPartitionKeyTable(DbORATable value)
          Sets the partition key table object associated to a DbORAColumn's instance.
 void setStorageTable(DbORANestedTableStorage value)
          Sets the storage table object associated to a DbORAColumn's instance.
 void setSubpartitionKeyIndexes(DbORAIndex value, int op)
          Adds an element to or removes an element from the list of indexes associated to a DbORAColumn's instance.
 void setSubpartitionKeyTable(DbORATable value)
          Sets the subpartition key table object associated to a DbORAColumn's instance.
 void setWithRowid(java.lang.Boolean value)
          Sets the "with rowid" property of a DbORAColumn's instance.
 
Methods inherited from class org.modelsphere.sms.or.db.DbORColumn
addToPrimaryUniques, addToTriggers, getChecks, getCommonItem, getDestFKeyColumns, getFKeyColumns, getForeign, getIndexKeys, getNull, getPrimaryUniques, getReference, getSecurityMask, getTriggers, isForeign, isNull, isReference, removeFromPrimaryUniques, removeFromTriggers, setCommonItem, setForeign, setNull, setPrimaryUniques, setReference, setTriggers
 
Methods inherited from class org.modelsphere.sms.or.db.DbORAttribute
getLength, getLengthNbDecimal, getNbDecimal, getType, setLength, setNbDecimal, setType
 
Methods inherited from class org.modelsphere.sms.db.DbSMSStructuralFeature
getInitialValue, setInitialValue
 
Methods inherited from class org.modelsphere.sms.db.DbSMSFeature
addToOverriddenFeatures, addToOverridingFeatures, getOverriddenFeatures, getOverridingFeatures, removeFromOverriddenFeatures, removeFromOverridingFeatures, setOverriddenFeatures, setOverridingFeatures
 
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

fStorageTable

public static final MetaRelation1 fStorageTable

fLobStorage

public static final MetaRelation1 fLobStorage

fPartitionKeyTable

public static final MetaRelation1 fPartitionKeyTable

fPartitionKeyIndexes

public static final MetaRelationN fPartitionKeyIndexes

fWithRowid

public static final MetaField fWithRowid

fSubpartitionKeyIndexes

public static final MetaRelationN fSubpartitionKeyIndexes

fSubpartitionKeyTable

public static final MetaRelation1 fSubpartitionKeyTable

metaClass

public static final MetaClass metaClass
Constructor Detail

DbORAColumn

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


DbORAColumn

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

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

initMeta

public static void initMeta()
For internal use only.


setStorageTable

public final void setStorageTable(DbORANestedTableStorage value)
                           throws DbException
Sets the storage table object associated to a DbORAColumn's instance.

Parameters:
value - the storage table object to be associated
Throws:
DbException

setLobStorage

public final void setLobStorage(DbORALobStorage value)
                         throws DbException
Sets the lob storage object associated to a DbORAColumn's instance.

Parameters:
value - the lob storage object to be associated
Throws:
DbException

setPartitionKeyTable

public final void setPartitionKeyTable(DbORATable value)
                                throws DbException
Sets the partition key table object associated to a DbORAColumn's instance.

Parameters:
value - the partition key table object to be associated
Throws:
DbException

setPartitionKeyIndexes

public final void setPartitionKeyIndexes(DbORAIndex value,
                                         int op)
                                  throws DbException
Adds an element to or removes an element from the list of indexes associated to a DbORAColumn'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

addToPartitionKeyIndexes

public final void addToPartitionKeyIndexes(DbORAIndex value)
                                    throws DbException
Adds an element to the list of indexes associated to a DbORAColumn's instance.

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

removeFromPartitionKeyIndexes

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

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

setWithRowid

public final void setWithRowid(java.lang.Boolean value)
                        throws DbException
Sets the "with rowid" property of a DbORAColumn's instance.

Parameters:
value - the "with rowid" property
Throws:
DbException

setSubpartitionKeyIndexes

public final void setSubpartitionKeyIndexes(DbORAIndex value,
                                            int op)
                                     throws DbException
Adds an element to or removes an element from the list of indexes associated to a DbORAColumn'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

addToSubpartitionKeyIndexes

public final void addToSubpartitionKeyIndexes(DbORAIndex value)
                                       throws DbException
Adds an element to the list of indexes associated to a DbORAColumn's instance.

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

removeFromSubpartitionKeyIndexes

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

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

setSubpartitionKeyTable

public final void setSubpartitionKeyTable(DbORATable value)
                                   throws DbException
Sets the subpartition key table object associated to a DbORAColumn's instance.

Parameters:
value - the subpartition key table object to be associated
Throws:
DbException

set

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

set

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

getStorageTable

public final DbORANestedTableStorage getStorageTable()
                                              throws DbException
Gets the storage table object associated to a DbORAColumn's instance.

Returns:
the storage table object
Throws:
DbException

getLobStorage

public final DbORALobStorage getLobStorage()
                                    throws DbException
Gets the lob storage object associated to a DbORAColumn's instance.

Returns:
the lob storage object
Throws:
DbException

getPartitionKeyTable

public final DbORATable getPartitionKeyTable()
                                      throws DbException
Gets the partition key table object associated to a DbORAColumn's instance.

Returns:
the partition key table object
Throws:
DbException

getPartitionKeyIndexes

public final DbRelationN getPartitionKeyIndexes()
                                         throws DbException
Gets the list of indexes associated to a DbORAColumn's instance.

Returns:
the list of indexes.
Throws:
DbException

getWithRowid

public final java.lang.Boolean getWithRowid()
                                     throws DbException
Deprecated. use isWithRowid() method instead

Gets the "with rowid" property's Boolean value of a DbORAColumn's instance.

Returns:
the "with rowid" property's Boolean value
Throws:
DbException

isWithRowid

public final boolean isWithRowid()
                          throws DbException
Tells whether a DbORAColumn's instance is withRowid or not.

Returns:
boolean
Throws:
DbException

getSubpartitionKeyIndexes

public final DbRelationN getSubpartitionKeyIndexes()
                                            throws DbException
Gets the list of indexes associated to a DbORAColumn's instance.

Returns:
the list of indexes.
Throws:
DbException

getSubpartitionKeyTable

public final DbORATable getSubpartitionKeyTable()
                                         throws DbException
Gets the subpartition key table object associated to a DbORAColumn's instance.

Returns:
the subpartition key table object
Throws:
DbException

getMetaClass

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


Open ModelSphere 2007. All Rights Reserved.