public class AutoExtendProperties extends AbstractChildDBObject
TablespacesAbstractDBObject.ChildSupport, AbstractDBObject.ListenerSupport| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | TYPE | 
| Constructor and Description | 
|---|
| AutoExtendProperties() | 
| AutoExtendProperties(java.math.BigInteger nextSize,
                    java.math.BigInteger maxSize) | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 | 
setParentaddObjectListener, addObjectListener, addObjectListener, changeParent, compareToImpl, copyObject, copyTo, copyTo, copyTo, copyTo, copyToImpl, equals, equalsImpl, findOwnedObject, findOwnedObject, findOwnedObject, findOwnedObject, findParent, fireObjectUpdated, firePropertyChanged, getChildSupport, getChildSupport, getID, getName, getOwnedObjects, getOwnedObjects, getOwnedObjectsImpl, getParent, getProperties, getProperty, getProperty, getReferenceIDs, getReferenceIDsImpl, hashCode, includeOwnedObject, includesType, includesType, removeObjectListener, removeObjectListener, removeObjectListener, removeOwnedObject, removeThisAsParent, replaceReferenceIDs, setID, setName, setProperties, setProperty, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetParentaddObjectListener, copyTo, copyTo, copyTo, equals, findOwnedObject, findOwnedObject, findOwnedObject, getID, getName, getOwnedObjects, getOwnedObjects, getProperties, getProperty, getProperty, getReferenceIDs, hashCode, removeObjectListener, removeOwnedObject, replaceReferenceIDs, setID, setName, setProperties, setPropertypublic static final java.lang.String TYPE
public AutoExtendProperties()
public AutoExtendProperties(java.math.BigInteger nextSize,
                            java.math.BigInteger maxSize)
public java.lang.String getType()
DBObjectpublic 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()