public class AutoExtendProperties extends AbstractChildDBObject
Tablespace
sAbstractDBObject.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
|
setParent
addObjectListener, addObjectListener, addObjectListener, changeParent, compareToImpl, copyObject, copyTo, copyTo, copyTo, copyTo, copyToImpl, equals, equalsImpl, findOwnedObject, findOwnedObject, findOwnedObject, findOwnedObject, findParent, fireObjectUpdated, firePropertyChanged, 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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getParent
addObjectListener, copyTo, copyTo, copyTo, equals, findOwnedObject, findOwnedObject, findOwnedObject, getID, getName, getOwnedObjects, getOwnedObjects, getProperties, getReferenceIDs, hashCode, removeObjectListener, removeOwnedObject, replaceReferenceIDs, setID, setName
getProperty, getProperty, setProperties, setProperty
public static final java.lang.String TYPE
public AutoExtendProperties()
public AutoExtendProperties(java.math.BigInteger nextSize, java.math.BigInteger maxSize)
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()