|
||||||||||
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.db.DbSMSClassifier
org.modelsphere.sms.or.db.DbORAbsTable
org.modelsphere.sms.or.db.DbORTable
org.modelsphere.sms.or.oracle.db.DbORAAbsTable
org.modelsphere.sms.or.oracle.db.DbORATable
public final class DbORATable
Direct subclass(es)/subinterface(s) : none.
Composites : DbORADataModel.
Components : DbORANestedTableStorage, DbORALobStorage, DbORAPartition,
DbORAColumn, DbORAForeign, DbORAPrimaryUnique
, DbORACheck, DbORAIndex, DbORATrigger, DbSMSObjectImport.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static MetaField |
fCache
|
static MetaRelationN |
fCheckConstraints
|
static MetaField |
fCommitAction
|
static MetaRelationN |
fForeignConstraints
|
static MetaField |
fLog
|
static MetaField |
fMonitoring
|
static MetaField |
fParallel
|
static MetaField |
fParallelDegree
|
static MetaField |
fPartitioningMethod
|
static MetaRelationN |
fPartitionKeyColumns
|
static MetaRelationN |
fPrimaryUniqueConstraints
|
static MetaField |
fRowMovement
|
static MetaRelationN |
fSubpartitionKeyColumns
|
static MetaRelationN |
fTablespaces
|
static MetaField |
fTemporary
|
static MetaClass |
metaClass
|
Fields inherited from class org.modelsphere.sms.or.oracle.db.DbORAAbsTable |
---|
fBufferPool, fFreelistGroups, fFreelists, fInitialExtent, fInitialExtentSizeUnit, fInitrans, fMaxExtents, fMaxtrans, fMinExtents, fNextExtent, fNextExtentSizeUnit, fPctfree, fPctIncrease, fPctused, fUnlimitedExtents |
Fields inherited from class org.modelsphere.sms.or.db.DbORTable |
---|
fIsAssociation, fIsDependant |
Fields inherited from class org.modelsphere.sms.or.db.DbORAbsTable |
---|
fAssociationEnds, fSelectionRule, fUser |
Fields inherited from class org.modelsphere.sms.db.DbSMSClassifier |
---|
fClassifierGos |
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 | |
---|---|
DbORATable()
Parameter-less constructor. |
|
DbORATable(DbObject composite)
Creates an instance of DbORATable. |
Method Summary | |
---|---|
void |
addToTablespaces(DbORATablespace value)
Adds an element to the list of tablespaces associated to a DbORATable's instance. |
ORACache |
getCache()
Gets the "cache" of a DbORATable's instance. |
DbRelationN |
getCheckConstraints()
Gets the list of exception usage (check)s associated to a DbORATable's instance. |
ORACommitAction |
getCommitAction()
Gets the "commit action" of a DbORATable's instance. |
DbRelationN |
getForeignConstraints()
Gets the list of exception usage (foreign)s associated to a DbORATable's instance. |
ORALog |
getLog()
Gets the "log" of a DbORATable's instance. |
MetaClass |
getMetaClass()
|
ORAMonitoring |
getMonitoring()
Gets the "monitoring" of a DbORATable's instance. |
ORAParallel |
getParallel()
Gets the "parallel" of a DbORATable's instance. |
java.lang.Integer |
getParallelDegree()
Gets the "parallel degree" of a DbORATable's instance. |
ORAPartitioningMethod |
getPartitioningMethod()
Gets the "partitioning method" of a DbORATable's instance. |
DbRelationN |
getPartitionKeyColumns()
Gets the list of partition key columns associated to a DbORATable's instance. |
DbRelationN |
getPrimaryUniqueConstraints()
Gets the list of exception usage (primary/unique)s associated to a DbORATable's instance. |
ORAEnableDisable |
getRowMovement()
Gets the "row movement" of a DbORATable's instance. |
DbRelationN |
getSubpartitionKeyColumns()
Gets the list of subpartition key columns associated to a DbORATable's instance. |
DbRelationN |
getTablespaces()
Gets the list of tablespaces associated to a DbORATable's instance. |
java.lang.Boolean |
getTemporary()
Deprecated. use isTemporary() method instead |
static void |
initMeta()
For internal use only. |
boolean |
isTemporary()
Tells whether a DbORATable's instance is temporary or not. |
void |
removeFromTablespaces(DbORATablespace value)
Removes an element from the list of tablespaces associated to a DbORATable's instance. |
void |
set(MetaField metaField,
java.lang.Object value)
|
void |
set(MetaRelationN relation,
DbObject neighbor,
int op)
|
void |
setCache(ORACache value)
Sets the "cache" property of a DbORATable's instance. |
void |
setCommitAction(ORACommitAction value)
Sets the "commit action" property of a DbORATable's instance. |
void |
setLog(ORALog value)
Sets the "log" property of a DbORATable's instance. |
void |
setMonitoring(ORAMonitoring value)
Sets the "monitoring" property of a DbORATable's instance. |
void |
setParallel(ORAParallel value)
Sets the "parallel" property of a DbORATable's instance. |
void |
setParallelDegree(java.lang.Integer value)
Sets the "parallel degree" property of a DbORATable's instance. |
void |
setPartitioningMethod(ORAPartitioningMethod value)
Sets the "partitioning method" property of a DbORATable's instance. |
void |
setRowMovement(ORAEnableDisable value)
Sets the "row movement" property of a DbORATable's instance. |
void |
setTablespaces(DbORATablespace value,
int op)
Adds an element to or removes an element from the list of tablespaces associated to a DbORATable's instance. |
void |
setTemporary(java.lang.Boolean value)
Sets the "temporary" property of a DbORATable's instance. |
Methods inherited from class org.modelsphere.sms.or.oracle.db.DbORAAbsTable |
---|
getBufferPool, getFreelistGroups, getFreelists, getInitialExtent, getInitialExtentSizeUnit, getInitrans, getMaxExtents, getMaxtrans, getMinExtents, getNextExtent, getNextExtentSizeUnit, getPctfree, getPctIncrease, getPctused, getUnlimitedExtents, isUnlimitedExtents, setBufferPool, setFreelistGroups, setFreelists, setInitialExtent, setInitialExtentSizeUnit, setInitrans, setMaxExtents, setMaxtrans, setMinExtents, setNextExtent, setNextExtentSizeUnit, setPctfree, setPctIncrease, setPctused, setUnlimitedExtents |
Methods inherited from class org.modelsphere.sms.or.db.DbORTable |
---|
getIsAssociation, getIsDependant, isIsAssociation, isIsDependant, setIsAssociation, setIsDependant |
Methods inherited from class org.modelsphere.sms.or.db.DbORAbsTable |
---|
getAssociationEnds, getSecurityMask, getSelectionRule, getUser, setSelectionRule, setSuperCopy, setUser |
Methods inherited from class org.modelsphere.sms.db.DbSMSClassifier |
---|
getClassifierGos |
Methods inherited from class org.modelsphere.sms.db.DbSMSSemanticalObject |
---|
addToSourceLinks, addToTargetLinks, addToUmlConstraints, getObjectImports, getSourceLinks, getSubCopies, getSuperCopy, getTargetLinks, getUmlConstraints, getUmlStereotype, removeFromSourceLinks, removeFromTargetLinks, removeFromUmlConstraints, setSourceLinks, 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 fCache
public static final MetaField fMonitoring
public static final MetaField fRowMovement
public static final MetaField fParallel
public static final MetaField fParallelDegree
public static final MetaField fTemporary
public static final MetaField fCommitAction
public static final MetaField fLog
public static final MetaRelationN fPrimaryUniqueConstraints
public static final MetaRelationN fCheckConstraints
public static final MetaRelationN fForeignConstraints
public static final MetaRelationN fTablespaces
public static final MetaField fPartitioningMethod
public static final MetaRelationN fPartitionKeyColumns
public static final MetaRelationN fSubpartitionKeyColumns
public static final MetaClass metaClass
Constructor Detail |
---|
public DbORATable()
public DbORATable(DbObject composite) throws DbException
composite
- the object which will contain the newly-created instance
DbException
Method Detail |
---|
public static void initMeta()
public final void setCache(ORACache value) throws DbException
value
- the "cache" property
DbException
public final void setMonitoring(ORAMonitoring value) throws DbException
value
- the "monitoring" property
DbException
public final void setRowMovement(ORAEnableDisable value) throws DbException
value
- the "row movement" property
DbException
public final void setParallel(ORAParallel value) throws DbException
value
- the "parallel" property
DbException
public final void setParallelDegree(java.lang.Integer value) throws DbException
value
- the "parallel degree" property
DbException
public final void setTemporary(java.lang.Boolean value) throws DbException
value
- the "temporary" property
DbException
public final void setCommitAction(ORACommitAction value) throws DbException
value
- the "commit action" property
DbException
public final void setLog(ORALog value) throws DbException
value
- the "log" property
DbException
public final void setTablespaces(DbORATablespace value, int op) throws DbException
value
- an element to be added to or removed from the list.op
- Either Db.ADD_TO_RELN or Db.REMOVE_FROM_RELN
DbException
public final void addToTablespaces(DbORATablespace value) throws DbException
value
- the element to be added.
DbException
public final void removeFromTablespaces(DbORATablespace value) throws DbException
value
- the element to be removed.
DbException
public final void setPartitioningMethod(ORAPartitioningMethod value) throws DbException
value
- the "partitioning method" property
DbException
public void set(MetaField metaField, java.lang.Object value) throws DbException
set
in class DbORAAbsTable
DbException
public void set(MetaRelationN relation, DbObject neighbor, int op) throws DbException
set
in class DbORAAbsTable
DbException
public final ORACache getCache() throws DbException
DbException
public final ORAMonitoring getMonitoring() throws DbException
DbException
public final ORAEnableDisable getRowMovement() throws DbException
DbException
public final ORAParallel getParallel() throws DbException
DbException
public final java.lang.Integer getParallelDegree() throws DbException
DbException
public final java.lang.Boolean getTemporary() throws DbException
DbException
public final boolean isTemporary() throws DbException
DbException
public final ORACommitAction getCommitAction() throws DbException
DbException
public final ORALog getLog() throws DbException
DbException
public final DbRelationN getPrimaryUniqueConstraints() throws DbException
DbException
public final DbRelationN getCheckConstraints() throws DbException
DbException
public final DbRelationN getForeignConstraints() throws DbException
DbException
public final DbRelationN getTablespaces() throws DbException
DbException
public final ORAPartitioningMethod getPartitioningMethod() throws DbException
DbException
public final DbRelationN getPartitionKeyColumns() throws DbException
DbException
public final DbRelationN getSubpartitionKeyColumns() 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 |