| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.1.0) E17493-02  | 
|||||||||
| 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.AutoExtendProperties
public class AutoExtendProperties
Model of properties for auto extend behavior used by Tablespaces
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from class oracle.javatools.db.AbstractDBObject | 
|---|
AbstractDBObject.ChildSupport, AbstractDBObject.ListenerSupport | 
| Field Summary | |
|---|---|
static java.lang.String | 
TYPE
 | 
| Fields inherited from interface oracle.javatools.db.DBObject | 
|---|
COMMENT | 
| Constructor Summary | |
|---|---|
AutoExtendProperties()
 | 
|
AutoExtendProperties(java.math.BigInteger nextSize,
                     java.math.BigInteger maxSize)
 | 
|
| Method Summary | |
|---|---|
 java.math.BigInteger | 
getMaxSize()
Return MAX extent size  | 
 java.math.BigInteger | 
getNextSize()
Return NEXT extent size  | 
 java.lang.String | 
getType()
Returns the type of this object.  | 
 boolean | 
isAutoExtendOn()
Return whether AUTO EXTEND is on or off  | 
 void | 
setAutoExtendOn(boolean autoExtendOn)
Set AUTO EXTEND on or off  | 
 void | 
setMaxSize(java.math.BigInteger maxSize)
Set size of MAX extent  | 
 void | 
setNextSize(java.math.BigInteger nextSize)
Set NEXT extent 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
| Constructor Detail | 
|---|
public AutoExtendProperties()
public AutoExtendProperties(java.math.BigInteger nextSize,
                            java.math.BigInteger maxSize)
| Method Detail | 
|---|
public java.lang.String getType()
DBObject
public void setAutoExtendOn(boolean autoExtendOn)
autoExtendOn - if true auto extend is on else offpublic boolean isAutoExtendOn()
public void setNextSize(java.math.BigInteger nextSize)
nextSize - size of next extentpublic java.math.BigInteger getNextSize()
public void setMaxSize(java.math.BigInteger maxSize)
maxSize - max extent sizepublic java.math.BigInteger getMaxSize()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.1.0) E17493-02  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||