| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.javatools.db.AbstractDBObject
oracle.javatools.db.AbstractChildDBObject
oracle.javatools.db.ora.OracleTablespaceProperties
public class OracleTablespaceProperties
Model of properties for an Oracle Tablespace
| Nested Class Summary | |
|---|---|
static class | 
OracleTablespaceProperties.DefaultTableCompression
 | 
static class | 
OracleTablespaceProperties.ExtentManagementType
 | 
static class | 
OracleTablespaceProperties.LoggingType
 | 
static class | 
OracleTablespaceProperties.OnlineStatus
 | 
static class | 
OracleTablespaceProperties.RetentionType
 | 
static class | 
OracleTablespaceProperties.SegmentManagement
 | 
| Nested classes/interfaces inherited from class oracle.javatools.db.AbstractDBObject | 
|---|
AbstractDBObject.ChildSupport, AbstractDBObject.ListenerSupport | 
| Field Summary | |
|---|---|
static java.lang.String | 
KEY
 | 
static java.lang.String | 
TYPE
 | 
| Fields inherited from interface oracle.javatools.db.DBObject | 
|---|
COMMENT | 
| Constructor Summary | |
|---|---|
OracleTablespaceProperties()
 | 
|
| Method Summary | |
|---|---|
 AutoExtendProperties | 
getAutoExtendProperties()
Return AUTO EXTEND properties  | 
 java.lang.Integer | 
getBlockSize()
Return the value of BLOCK SIZE  | 
 OracleTablespaceProperties.DefaultTableCompression | 
getDefaultTableCompression()
Return default table compression type  | 
 OracleTablespaceProperties.ExtentManagementType | 
getExtentManagementType()
Return extent management type  | 
 OracleTablespaceProperties.LoggingType | 
getLogging()
Return logging type  | 
 java.lang.Integer | 
getMinExtent()
Return the value of MIN EXTENT  | 
 OracleTablespaceProperties.OnlineStatus | 
getOnlineStatus()
Return online status  | 
 OracleTablespaceProperties.RetentionType | 
getRetention()
Return RETENTION type  | 
 OracleTablespaceProperties.SegmentManagement | 
getSegmentManagement()
Return segment management type  | 
 java.lang.String | 
getTablespaceGroup()
Return name of TABLESPACE GROUP  | 
 java.lang.String | 
getType()
Returns the type of this object.  | 
 java.lang.Integer | 
getUniformSize()
Return UNIFORM size  | 
 boolean | 
isAutoAllocate()
Return AUTOALLOCATE value  | 
 boolean | 
isForceLogging()
Return value for FORCE LOGGING  | 
 void | 
setAutoAllocate(boolean autoAllocate)
Set AUTOALLOCATE value  | 
 void | 
setAutoExtendProperties(AutoExtendProperties autoExtendProperties)
Set AUTO EXTEND properties  | 
 void | 
setBlockSize(java.lang.Integer blockSize)
Set BLOCK SIZE value  | 
 void | 
setDefaultTableCompression(OracleTablespaceProperties.DefaultTableCompression defaultTableCompression)
Set default table compression, one of COMPRESS, COMPRESS_FOR_ALL_OPERATIONS COMPRESS_FOR_DIRECT_LOAD_OPERATIONS or NOCOMPRESS  | 
 void | 
setExtentManagementType(OracleTablespaceProperties.ExtentManagementType extentManagementType)
Set extent management type, either DICTIONARY or LOCAL  | 
 void | 
setForceLogging(boolean forceLogging)
Set FORCE LOGGING value  | 
 void | 
setLogging(OracleTablespaceProperties.LoggingType logging)
Set logging type.  | 
 void | 
setMinExtent(java.lang.Integer minExtent)
Set MIN EXTENT value  | 
 void | 
setOnlineStatus(OracleTablespaceProperties.OnlineStatus onlineStatus)
Set online status, one of ONLINE, OFFLINE_NORMAL, OFFLINE_TEMPORARY, or OFFLINE_IMMEDIATE  | 
 void | 
setRetention(OracleTablespaceProperties.RetentionType retention)
Set RETENTION type, either GUARANTEE or NOGUARANTEE (Only applicable for UNDO tablespaces)  | 
 void | 
setSegmentManagement(OracleTablespaceProperties.SegmentManagement segmentManagement)
Set segment management type, either AUTO or MANUAL default is AUTO  | 
 void | 
setTablespaceGroup(java.lang.String tablespaceGroup)
Set TABLESPACE GROUP name that tablesapce should be part of (for TEMPORARY tablespaces only)  | 
 void | 
setUniformSize(java.lang.Integer uniformSize)
Set UNIFORM size  | 
| Methods inherited from class oracle.javatools.db.AbstractChildDBObject | 
|---|
copyToImpl, findParent, getParent, getProperty, setParent, setProperty | 
| Methods inherited from class oracle.javatools.db.AbstractDBObject | 
|---|
changeParent, compareToImpl, copyObject, copyTo, copyTo, copyTo, copyTo, equals, equalsImpl, findOwnedObject, findOwnedObject, findOwnedObject, getChildSupport, getID, getName, getOwnedObjects, getOwnedObjects, getOwnedObjectsImpl, getProperties, getProperty, getReferenceIDs, getReferenceIDsImpl, hashCode, includeOwnedObject, includesType, includesType, removeThisAsParent, replaceReferenceIDs, setID, setName, setProperties, toString | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Methods inherited from interface oracle.javatools.db.DBObject | 
|---|
copyTo, copyTo, copyTo, findOwnedObject, findOwnedObject, getID, getName, getOwnedObjects, getOwnedObjects, getReferenceIDs, replaceReferenceIDs, setID, setName | 
| Methods inherited from interface oracle.javatools.util.DynamicPropertySet | 
|---|
getProperties, getProperty, setProperties | 
| Field Detail | 
|---|
public static final java.lang.String TYPE
public static final java.lang.String KEY
| Constructor Detail | 
|---|
public OracleTablespaceProperties()
| Method Detail | 
|---|
public java.lang.String getType()
DBObject
public void setMinExtent(java.lang.Integer minExtent)
minExtent - value of minimum extentpublic java.lang.Integer getMinExtent()
public void setBlockSize(java.lang.Integer blockSize)
blockSize - value of block sizepublic java.lang.Integer getBlockSize()
public void setDefaultTableCompression(OracleTablespaceProperties.DefaultTableCompression defaultTableCompression)
defaultTableCompression - default table compression typepublic OracleTablespaceProperties.DefaultTableCompression getDefaultTableCompression()
public void setOnlineStatus(OracleTablespaceProperties.OnlineStatus onlineStatus)
onlineStatus - online status typepublic OracleTablespaceProperties.OnlineStatus getOnlineStatus()
public void setSegmentManagement(OracleTablespaceProperties.SegmentManagement segmentManagement)
segmentManagement - segment management typepublic OracleTablespaceProperties.SegmentManagement getSegmentManagement()
public void setLogging(OracleTablespaceProperties.LoggingType logging)
logging - type of loggingpublic OracleTablespaceProperties.LoggingType getLogging()
public void setForceLogging(boolean forceLogging)
forceLogging - force logging on if true else no force loggingpublic boolean isForceLogging()
public void setRetention(OracleTablespaceProperties.RetentionType retention)
retention - value of retention typepublic OracleTablespaceProperties.RetentionType getRetention()
public void setTablespaceGroup(java.lang.String tablespaceGroup)
tablespaceGroup - name of tablespace grouppublic java.lang.String getTablespaceGroup()
public void setExtentManagementType(OracleTablespaceProperties.ExtentManagementType extentManagementType)
extentManagementType - value of extent managementpublic OracleTablespaceProperties.ExtentManagementType getExtentManagementType()
public void setAutoAllocate(boolean autoAllocate)
autoAllocate - auto allocate on if true else offpublic boolean isAutoAllocate()
public void setUniformSize(java.lang.Integer uniformSize)
value - of uniform sizepublic java.lang.Integer getUniformSize()
public void setAutoExtendProperties(AutoExtendProperties autoExtendProperties)
autoExtendProperties - auto extend propertiespublic AutoExtendProperties getAutoExtendProperties()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||