public class SQLPartition extends SQLObjectImpl
构造器和说明 |
---|
SQLPartition() |
限定符和类型 | 方法和说明 |
---|---|
void |
addSubPartition(SQLSubPartition partition) |
SQLExpr |
getComment() |
SQLExpr |
getDataDirectory() |
SQLExpr |
getEngine() |
SQLExpr |
getIndexDirectory() |
SQLExpr |
getMaxRows() |
SQLExpr |
getMinRows() |
SQLName |
getName() |
List<SQLSubPartition> |
getSubPartitions() |
SQLExpr |
getSubPartitionsCount() |
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 |
setSubPartitionsCount(SQLExpr subPartitionsCount) |
void |
setTableSpace(SQLName tableSpace) |
void |
setValues(SQLPartitionValue values) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
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 SQLName getTableSpace()
public void setTableSpace(SQLName tableSpace)
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)
Copyright © 2013–2016 Alibaba Group. All rights reserved.