public class SQLSubPartition extends OracleSegmentAttributesImpl
| Constructor and Description |
|---|
SQLSubPartition() |
| Modifier and Type | Method and Description |
|---|---|
SQLSubPartition |
clone() |
SQLExpr |
getComment() |
SQLExpr |
getDataDirectory() |
SQLExpr |
getEngine() |
SQLExpr |
getIndexDirectory() |
SQLExpr |
getMaxRows() |
SQLExpr |
getMinRows() |
SQLName |
getName() |
SQLName |
getTableSpace() |
SQLPartitionValue |
getValues() |
void |
setComment(SQLExpr comment) |
void |
setDataDirectory(SQLExpr dataDirectory) |
void |
setEngine(SQLExpr engine) |
void |
setIndexDirectory(SQLExpr indexDirectory) |
void |
setMaxRows(SQLExpr maxRows) |
void |
setMinRows(SQLExpr minRows) |
void |
setName(SQLName name) |
void |
setTableSpace(SQLName tableSpace) |
void |
setValues(SQLPartitionValue values) |
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, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic SQLName getName()
public void setName(SQLName name)
public SQLPartitionValue getValues()
public void setValues(SQLPartitionValue values)
public SQLName getTableSpace()
public void setTableSpace(SQLName tableSpace)
public SQLExpr getDataDirectory()
public void setDataDirectory(SQLExpr dataDirectory)
public SQLExpr getIndexDirectory()
public void setIndexDirectory(SQLExpr indexDirectory)
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 SQLSubPartition clone()
clone in interface SQLObjectclone in class SQLObjectImplCopyright © 2013–2020 Alibaba Group. All rights reserved.