public class SQLPartition extends OracleSegmentAttributesImpl implements OracleSegmentAttributes
Constructor and Description |
---|
SQLPartition() |
cloneTo, getCompress, getCompressLevel, getFreeLists, getInitrans, getLogging, getMaxtrans, getPctfree, getPctincrease, getPctthreshold, getPctused, getStorage, getTablespace, isCompressForOltp, setCompress, setCompressForOltp, setCompressLevel, setFreeLists, setInitrans, setLogging, setMaxtrans, setPctfree, setPctincrease, setPctthreshold, setPctused, setStorage, setTablespace
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCompress, getCompressLevel, getInitrans, getLogging, getMaxtrans, getPctfree, getPctincrease, getPctused, getStorage, getTablespace, isCompressForOltp, setCompress, setCompressForOltp, setCompressLevel, setInitrans, setLogging, setMaxtrans, setPctfree, setPctincrease, setPctused, setStorage, setTablespace
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLName getName()
public void setName(SQLName name)
public SQLExpr getSubPartitionsCount()
public void setSubPartitionsCount(SQLExpr subPartitionsCount)
public SQLPartitionValue getValues()
public void setValues(SQLPartitionValue values)
public List<SQLSubPartition> getSubPartitions()
public void addSubPartition(SQLSubPartition partition)
public SQLExpr getIndexDirectory()
public void setIndexDirectory(SQLExpr indexDirectory)
public SQLExpr getDataDirectory()
public void setDataDirectory(SQLExpr dataDirectory)
public SQLExpr getMaxRows()
public void setMaxRows(SQLExpr maxRows)
public SQLExpr getMinRows()
public void setMinRows(SQLExpr minRows)
public SQLExpr getEngine()
public void setEngine(SQLExpr engine)
public SQLExpr getComment()
public void setComment(SQLExpr comment)
public SQLObject getLobStorage()
public void setLobStorage(SQLObject lobStorage)
public boolean isSegmentCreationImmediate()
public void setSegmentCreationImmediate(boolean segmentCreationImmediate)
public boolean isSegmentCreationDeferred()
public void setSegmentCreationDeferred(boolean segmentCreationDeferred)
public SQLPartition clone()
clone
in interface SQLObject
clone
in class SQLObjectImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.