public class SQLPartition extends OracleSegmentAttributesImpl implements OracleSegmentAttributes
| 限定符和类型 | 字段和说明 |
|---|---|
protected SQLExpr |
comment |
protected SQLExpr |
dataDirectory |
protected SQLExpr |
engine |
protected SQLExpr |
indexDirectory |
private SQLObject |
lobStorage |
protected SQLExpr |
maxRows |
protected SQLExpr |
minRows |
protected SQLName |
name |
protected boolean |
segmentCreationDeferred |
protected boolean |
segmentCreationImmediate |
protected List<SQLSubPartition> |
subPartitions |
protected SQLExpr |
subPartitionsCount |
protected SQLPartitionValue |
values |
storage, tablespaceattributes, parent| 构造器和说明 |
|---|
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, setTablespaceaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringgetCompress, getCompressLevel, getInitrans, getLogging, getMaxtrans, getPctfree, getPctincrease, getPctused, getStorage, getTablespace, isCompressForOltp, setCompress, setCompressForOltp, setCompressLevel, setInitrans, setLogging, setMaxtrans, setPctfree, setPctincrease, setPctused, setStorage, setTablespaceaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprotected SQLName name
protected SQLExpr subPartitionsCount
protected List<SQLSubPartition> subPartitions
protected SQLPartitionValue values
protected SQLExpr dataDirectory
protected SQLExpr indexDirectory
protected SQLExpr maxRows
protected SQLExpr minRows
protected SQLExpr engine
protected SQLExpr comment
protected boolean segmentCreationImmediate
protected boolean segmentCreationDeferred
private SQLObject lobStorage
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)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic 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 在接口中 SQLObjectclone 在类中 SQLObjectImplCopyright © 2013–2019 Alibaba Group. All rights reserved.