public class MySqlSubPartitionByList extends SQLSubPartitionBy implements MySqlObject
| 限定符和类型 | 字段和说明 |
|---|---|
private List<SQLColumnDefinition> |
columns |
private SQLExpr |
expr |
linear, options, subPartitionsCount, subPartitionTemplateattributes, parent| 构造器和说明 |
|---|
MySqlSubPartitionByList() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
protected void |
accept0(SQLASTVisitor visitor) |
void |
addColumn(SQLColumnDefinition column) |
MySqlSubPartitionByList |
clone() |
void |
cloneTo(MySqlSubPartitionByList x) |
List<SQLColumnDefinition> |
getColumns() |
SQLExpr |
getExpr() |
void |
setExpr(SQLExpr expr) |
cloneTo, getOptions, getSubPartitionsCount, getSubPartitionTemplate, isLinear, isPartitionByColumn, setLinear, setSubPartitionsCountaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate SQLExpr expr
private List<SQLColumnDefinition> columns
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic void accept0(MySqlASTVisitor visitor)
accept0 在接口中 MySqlObjectpublic SQLExpr getExpr()
public void setExpr(SQLExpr expr)
public List<SQLColumnDefinition> getColumns()
public void addColumn(SQLColumnDefinition column)
public void cloneTo(MySqlSubPartitionByList x)
public MySqlSubPartitionByList clone()
clone 在接口中 SQLObjectclone 在类中 SQLSubPartitionByCopyright © 2013–2019 Alibaba Group. All rights reserved.