|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LUWDatabaseContainer
A representation of the model object 'Database Container'. DB2 Universal Database SQL Reference Version 8.1 (Vol.1 and 2) http://www7b.software.ibm.com/dmdd/library/techarticle/0206sqlref/0206sqlref.html Table spaces and other storage structures Storage structures contain database objects. The basic storage structure is the table space; it contains tables, indexes, large objects, and data defined with a LONG data type. There are two types of table spaces: - Database managed space (DMS): a table space that is managed by the database manager. - System managed space (SMS): a table space that is managed by the operating system. All table spaces consist of containers. A container describes where objects are stored. A subdirectory in a file system is an example of a container.
The following features are supported:
LUWPackage.getLUWDatabaseContainer()
Method Summary | |
---|---|
LUWContainerType |
getContainerType()
Returns the value of the 'Container Type' attribute. |
int |
getSize()
Returns the value of the 'Size' attribute. |
int |
getSizeInPages()
Returns the value of the 'Size In Pages' attribute. |
UnitType |
getSizeUnits()
Returns the value of the 'Size Units' attribute. |
LUWTableSpace |
getTableSpace()
Returns the value of the 'Table Space' container reference. |
void |
setContainerType(LUWContainerType value)
Sets the value of the ' Container Type ' attribute. |
void |
setSize(int value)
Sets the value of the ' Size ' attribute. |
void |
setSizeInPages(int value)
Sets the value of the ' Size In Pages ' attribute. |
void |
setSizeUnits(UnitType value)
Sets the value of the ' Size Units ' attribute. |
void |
setTableSpace(LUWTableSpace value)
Sets the value of the ' Table Space ' container reference. |
Methods inherited from interface org.eclipse.wst.rdb.internal.models.sql.schema.SQLObject |
---|
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
Methods inherited from interface org.eclipse.emf.ecore.sdo.EDataObject |
---|
getInstanceProperties |
Methods inherited from interface commonj.sdo.DataObject |
---|
createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, delete, get, get, get, getBigDecimal, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getBytes, getBytes, getBytes, getChar, getChar, getChar, getContainer, getContainmentProperty, getDataGraph, getDataObject, getDataObject, getDataObject, getDate, getDate, getDate, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInt, getInt, getInt, getList, getList, getList, getLong, getLong, getLong, getSequence, getSequence, getSequence, getShort, getShort, getShort, getString, getString, getString, getType, isSet, isSet, isSet, set, set, set, setBigDecimal, setBigDecimal, setBigDecimal, setBigInteger, setBigInteger, setBigInteger, setBoolean, setBoolean, setBoolean, setByte, setByte, setByte, setBytes, setBytes, setBytes, setChar, setChar, setChar, setDataObject, setDataObject, setDataObject, setDate, setDate, setDate, setDouble, setDouble, setDouble, setFloat, setFloat, setFloat, setInt, setInt, setInt, setList, setList, setList, setLong, setLong, setLong, setShort, setShort, setShort, setString, setString, setString, unset, unset, unset |
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
---|
getName, setName |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotations |
Method Detail |
---|
LUWContainerType getContainerType()
LUWContainerType
.
If the meaning of the 'Container Type' attribute isn't clear, there really should be more of a description here...
LUWContainerType
,
setContainerType(LUWContainerType)
,
LUWPackage.getLUWDatabaseContainer_ContainerType()
void setContainerType(LUWContainerType value)
Container Type
' attribute.
value
- the new value of the 'Container Type' attribute.LUWContainerType
,
getContainerType()
int getSizeInPages()
If the meaning of the 'Size In Pages' attribute isn't clear, there really should be more of a description here...
setSizeInPages(int)
,
LUWPackage.getLUWDatabaseContainer_SizeInPages()
void setSizeInPages(int value)
Size In Pages
' attribute.
value
- the new value of the 'Size In Pages' attribute.getSizeInPages()
int getSize()
If the meaning of the 'Size' attribute isn't clear, there really should be more of a description here...
setSize(int)
,
LUWPackage.getLUWDatabaseContainer_Size()
void setSize(int value)
Size
' attribute.
value
- the new value of the 'Size' attribute.getSize()
UnitType getSizeUnits()
UnitType
.
If the meaning of the 'Size Units' attribute isn't clear, there really should be more of a description here...
UnitType
,
setSizeUnits(UnitType)
,
LUWPackage.getLUWDatabaseContainer_SizeUnits()
void setSizeUnits(UnitType value)
Size Units
' attribute.
value
- the new value of the 'Size Units' attribute.UnitType
,
getSizeUnits()
LUWTableSpace getTableSpace()
Containers
'.
If the meaning of the 'Table Space' container reference isn't clear, there really should be more of a description here...
setTableSpace(LUWTableSpace)
,
LUWPackage.getLUWDatabaseContainer_TableSpace()
,
LUWTableSpace.getContainers()
void setTableSpace(LUWTableSpace value)
Table Space
' container reference.
value
- the new value of the 'Table Space' container reference.getTableSpace()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |