|
||||||||||
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.or.ibm.db.DbIBMBufferPool
public final class DbIBMBufferPool
Direct subclass(es)/subinterface(s) : none.
Composites : DbIBMDatabase.
Components : DbIBMExceptClause, DbSMSObjectImport.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static MetaField |
fBlockSize
|
static MetaRelationN |
fDbIBMDbPartitionGroups
|
static MetaField |
fDeferredClause
|
static MetaField |
fExtendedStorage
|
static MetaField |
fNbBlockPages
|
static MetaField |
fOnAllDbPartitionNums
|
static MetaField |
fPageSize
|
static MetaField |
fPageSizeUnit
|
static MetaField |
fSize
|
static MetaRelationN |
fTablespaces
|
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 | |
---|---|
DbIBMBufferPool()
Parameter-less constructor. |
|
DbIBMBufferPool(DbObject composite)
Creates an instance of DbIBMBufferPool. |
Method Summary | |
---|---|
void |
addToDbIBMDbPartitionGroups(DbIBMDbPartitionGroup value)
Adds an element to the list of database partition groups associated to a DbIBMBufferPool's instance. |
java.lang.Integer |
getBlockSize()
Gets the "block size" property of a DbIBMBufferPool's instance. |
DbRelationN |
getDbIBMDbPartitionGroups()
Gets the list of database partition groups associated to a DbIBMBufferPool's instance. |
IBMBufferPoolDeferred |
getDeferredClause()
Gets the "deferrable" of a DbIBMBufferPool's instance. |
IBMBufferPoolExtendedStorage |
getExtendedStorage()
Gets the "extended storage" of a DbIBMBufferPool's instance. |
MetaClass |
getMetaClass()
|
java.lang.Integer |
getNbBlockPages()
Gets the "number of block pages" property of a DbIBMBufferPool's instance. |
java.lang.Boolean |
getOnAllDbPartitionNums()
Deprecated. use isOnAllDbPartitionNums() method instead |
java.lang.Integer |
getPageSize()
Gets the "page size" property of a DbIBMBufferPool's instance. |
IBMSizeUnit |
getPageSizeUnit()
Gets the "page size unit" of a DbIBMBufferPool's instance. |
java.lang.Integer |
getSize()
Gets the "size" property of a DbIBMBufferPool's instance. |
DbRelationN |
getTablespaces()
Gets the list of tablespaces associated to a DbIBMBufferPool's instance. |
static void |
initMeta()
For internal use only. |
boolean |
isOnAllDbPartitionNums()
Tells whether a DbIBMBufferPool's instance is onAllDbPartitionNums or not. |
void |
removeFromDbIBMDbPartitionGroups(DbIBMDbPartitionGroup value)
Removes an element from the list of database partition groups associated to a DbIBMBufferPool's instance. |
void |
set(MetaField metaField,
java.lang.Object value)
|
void |
set(MetaRelationN relation,
DbObject neighbor,
int op)
|
void |
setBlockSize(java.lang.Integer value)
Sets the "block size" property of a DbIBMBufferPool's instance. |
void |
setDbIBMDbPartitionGroups(DbIBMDbPartitionGroup value,
int op)
Adds an element to or removes an element from the list of database partition groups associated to a DbIBMBufferPool's instance. |
void |
setDeferredClause(IBMBufferPoolDeferred value)
Sets the "deferrable" property of a DbIBMBufferPool's instance. |
void |
setExtendedStorage(IBMBufferPoolExtendedStorage value)
Sets the "extended storage" property of a DbIBMBufferPool's instance. |
void |
setNbBlockPages(java.lang.Integer value)
Sets the "number of block pages" property of a DbIBMBufferPool's instance. |
void |
setOnAllDbPartitionNums(java.lang.Boolean value)
Sets the "on all database partition numbers" property of a DbIBMBufferPool's instance. |
void |
setPageSize(java.lang.Integer value)
Sets the "page size" property of a DbIBMBufferPool's instance. |
void |
setPageSizeUnit(IBMSizeUnit value)
Sets the "page size unit" property of a DbIBMBufferPool's instance. |
void |
setSize(java.lang.Integer value)
Sets the "size" property of a DbIBMBufferPool'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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final MetaField fDeferredClause
public static final MetaField fOnAllDbPartitionNums
public static final MetaField fSize
public static final MetaField fNbBlockPages
public static final MetaField fBlockSize
public static final MetaField fPageSize
public static final MetaField fPageSizeUnit
public static final MetaField fExtendedStorage
public static final MetaRelationN fTablespaces
public static final MetaRelationN fDbIBMDbPartitionGroups
public static final MetaClass metaClass
Constructor Detail |
---|
public DbIBMBufferPool()
public DbIBMBufferPool(DbObject composite) throws DbException
composite
- the object which will contain the newly-created instance
DbException
Method Detail |
---|
public static void initMeta()
public final void setDeferredClause(IBMBufferPoolDeferred value) throws DbException
value
- the "deferrable" property
DbException
public final void setOnAllDbPartitionNums(java.lang.Boolean value) throws DbException
value
- the "on all database partition numbers" property
DbException
public final void setSize(java.lang.Integer value) throws DbException
value
- the "size" property
DbException
public final void setNbBlockPages(java.lang.Integer value) throws DbException
value
- the "number of block pages" property
DbException
public final void setBlockSize(java.lang.Integer value) throws DbException
value
- the "block size" property
DbException
public final void setPageSize(java.lang.Integer value) throws DbException
value
- the "page size" property
DbException
public final void setPageSizeUnit(IBMSizeUnit value) throws DbException
value
- the "page size unit" property
DbException
public final void setExtendedStorage(IBMBufferPoolExtendedStorage value) throws DbException
value
- the "extended storage" property
DbException
public final void setDbIBMDbPartitionGroups(DbIBMDbPartitionGroup 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 addToDbIBMDbPartitionGroups(DbIBMDbPartitionGroup value) throws DbException
value
- the element to be added.
DbException
public final void removeFromDbIBMDbPartitionGroups(DbIBMDbPartitionGroup value) throws DbException
value
- the element to be removed.
DbException
public void set(MetaField metaField, java.lang.Object value) throws DbException
set
in class DbSMSSemanticalObject
DbException
public void set(MetaRelationN relation, DbObject neighbor, int op) throws DbException
set
in class DbSMSSemanticalObject
DbException
public final IBMBufferPoolDeferred getDeferredClause() throws DbException
DbException
public final java.lang.Boolean getOnAllDbPartitionNums() throws DbException
DbException
public final boolean isOnAllDbPartitionNums() throws DbException
DbException
public final java.lang.Integer getSize() throws DbException
DbException
public final java.lang.Integer getNbBlockPages() throws DbException
DbException
public final java.lang.Integer getBlockSize() throws DbException
DbException
public final java.lang.Integer getPageSize() throws DbException
DbException
public final IBMSizeUnit getPageSizeUnit() throws DbException
DbException
public final IBMBufferPoolExtendedStorage getExtendedStorage() throws DbException
DbException
public final DbRelationN getTablespaces() throws DbException
DbException
public final DbRelationN getDbIBMDbPartitionGroups() 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 |