public class SQLSubPartition extends OracleSegmentAttributesImpl
| 限定符和类型 | 字段和说明 |
|---|---|
protected SQLExpr |
comment |
protected SQLExpr |
dataDirectory |
protected SQLExpr |
engine |
protected SQLExpr |
indexDirectory |
protected SQLExpr |
maxRows |
protected SQLExpr |
minRows |
protected SQLName |
name |
protected SQLName |
tableSpace |
protected SQLPartitionValue |
values |
storage, tablespaceattributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLSubPartition() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
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, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentprotected SQLName name
protected SQLPartitionValue values
protected SQLName tableSpace
protected SQLExpr dataDirectory
protected SQLExpr indexDirectory
protected SQLExpr maxRows
protected SQLExpr minRows
protected SQLExpr engine
protected SQLExpr comment
public 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)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic SQLSubPartition clone()
clone 在接口中 SQLObjectclone 在类中 SQLObjectImplCopyright © 2013–2023. All rights reserved.