|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LUWStorageTable
A representation of the model object 'Storage Table'.
The following features are supported:
Value Compression
Row Compression
Partition Key
Index Data Table Space
LOB Data Table Space
Regular Data Table Space
Data Partitions
Data Partition Key
LUWPackage.getLUWStorageTable()
Method Summary | |
---|---|
LUWDataPartitionKey |
getDataPartitionKey()
Returns the value of the 'Data Partition Key' containment reference. |
org.eclipse.emf.common.util.EList |
getDataPartitions()
Returns the value of the 'Data Partitions' containment reference list. |
LUWTableSpace |
getIndexDataTableSpace()
Returns the value of the 'Index Data Table Space' reference. |
LUWTableSpace |
getLOBDataTableSpace()
Returns the value of the 'LOB Data Table Space' reference. |
LUWPartitionKey |
getPartitionKey()
Returns the value of the 'Partition Key' containment reference. |
LUWTableSpace |
getRegularDataTableSpace()
Returns the value of the 'Regular Data Table Space' reference. |
java.util.List |
getTableSpaces()
|
boolean |
isRowCompression()
Returns the value of the 'Row Compression' attribute. |
boolean |
isValueCompression()
Returns the value of the 'Value Compression' attribute. |
void |
setDataPartitionKey(LUWDataPartitionKey value)
Sets the value of the ' Data Partition Key ' containment reference. |
void |
setIndexDataTableSpace(LUWTableSpace value)
Sets the value of the ' Index Data Table Space ' reference. |
void |
setLOBDataTableSpace(LUWTableSpace value)
Sets the value of the ' LOB Data Table Space ' reference. |
void |
setPartitionKey(LUWPartitionKey value)
Sets the value of the ' Partition Key ' containment reference. |
void |
setRegularDataTableSpace(LUWTableSpace value)
Sets the value of the ' Regular Data Table Space ' reference. |
void |
setRowCompression(boolean value)
Sets the value of the ' Row Compression ' attribute. |
void |
setValueCompression(boolean value)
Sets the value of the ' Value Compression ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.sdo.EDataObject |
---|
getInstanceProperties |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
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 |
Method Detail |
---|
boolean isValueCompression()
If the meaning of the 'Value Compression' attribute isn't clear, there really should be more of a description here...
setValueCompression(boolean)
,
LUWPackage.getLUWStorageTable_ValueCompression()
void setValueCompression(boolean value)
Value Compression
' attribute.
value
- the new value of the 'Value Compression' attribute.isValueCompression()
boolean isRowCompression()
If the meaning of the 'Row Compression' attribute isn't clear, there really should be more of a description here...
setRowCompression(boolean)
,
LUWPackage.getLUWStorageTable_RowCompression()
void setRowCompression(boolean value)
Row Compression
' attribute.
value
- the new value of the 'Row Compression' attribute.isRowCompression()
LUWPartitionKey getPartitionKey()
Table
'.
If the meaning of the 'Partition Key' containment reference isn't clear, there really should be more of a description here...
setPartitionKey(LUWPartitionKey)
,
LUWPackage.getLUWStorageTable_PartitionKey()
,
LUWPartitionKey.getTable()
void setPartitionKey(LUWPartitionKey value)
Partition Key
' containment reference.
value
- the new value of the 'Partition Key' containment reference.getPartitionKey()
LUWTableSpace getIndexDataTableSpace()
Index Data Tables
'.
If the meaning of the 'Index Data Table Space' reference isn't clear, there really should be more of a description here...
setIndexDataTableSpace(LUWTableSpace)
,
LUWPackage.getLUWStorageTable_IndexDataTableSpace()
,
LUWTableSpace.getIndexDataTables()
void setIndexDataTableSpace(LUWTableSpace value)
Index Data Table Space
' reference.
value
- the new value of the 'Index Data Table Space' reference.getIndexDataTableSpace()
LUWTableSpace getLOBDataTableSpace()
LOB Data Tables
'.
If the meaning of the 'LOB Data Table Space' reference isn't clear, there really should be more of a description here...
setLOBDataTableSpace(LUWTableSpace)
,
LUWPackage.getLUWStorageTable_LOBDataTableSpace()
,
LUWTableSpace.getLOBDataTables()
void setLOBDataTableSpace(LUWTableSpace value)
LOB Data Table Space
' reference.
value
- the new value of the 'LOB Data Table Space' reference.getLOBDataTableSpace()
LUWTableSpace getRegularDataTableSpace()
Regular Data Tables
'.
If the meaning of the 'Regular Data Table Space' reference isn't clear, there really should be more of a description here...
setRegularDataTableSpace(LUWTableSpace)
,
LUWPackage.getLUWStorageTable_RegularDataTableSpace()
,
LUWTableSpace.getRegularDataTables()
void setRegularDataTableSpace(LUWTableSpace value)
Regular Data Table Space
' reference.
value
- the new value of the 'Regular Data Table Space' reference.getRegularDataTableSpace()
org.eclipse.emf.common.util.EList getDataPartitions()
LUWDataPartition
.
It is bidirectional and its opposite is 'Table
'.
If the meaning of the 'Data Partitions' containment reference list isn't clear, there really should be more of a description here...
LUWPackage.getLUWStorageTable_DataPartitions()
,
LUWDataPartition.getTable()
LUWDataPartitionKey getDataPartitionKey()
Table
'.
If the meaning of the 'Data Partition Key' containment reference isn't clear, there really should be more of a description here...
setDataPartitionKey(LUWDataPartitionKey)
,
LUWPackage.getLUWStorageTable_DataPartitionKey()
,
LUWDataPartitionKey.getTable()
void setDataPartitionKey(LUWDataPartitionKey value)
Data Partition Key
' containment reference.
value
- the new value of the 'Data Partition Key' containment reference.getDataPartitionKey()
java.util.List getTableSpaces()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |