public class MySqlSubPartitionByList extends SQLSubPartitionBy implements MySqlObject
| 构造器和说明 |
|---|
MySqlSubPartitionByList() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
void |
addColumn(SQLColumnDefinition column) |
List<SQLColumnDefinition> |
getColumns() |
SQLExpr |
getExpr() |
void |
setExpr(SQLExpr expr) |
getOptions, getSubPartitionsCount, getSubPartitionTemplate, isLinear, setLinear, setSubPartitionsCountaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic void accept0(MySqlASTVisitor visitor)
accept0 在接口中 MySqlObjectpublic SQLExpr getExpr()
public void setExpr(SQLExpr expr)
public List<SQLColumnDefinition> getColumns()
public void addColumn(SQLColumnDefinition column)
Copyright © 2013–2016 Alibaba Group. All rights reserved.