public class MySqlPartitionByList extends MySqlPartitioningClause
构造器和说明 |
---|
MySqlPartitionByList() |
限定符和类型 | 方法和说明 |
---|---|
void |
accept0(MySqlASTVisitor visitor) |
List<SQLName> |
getColumns() |
SQLExpr |
getExpr() |
SQLExpr |
getPartitionCount() |
void |
setColumns(List<SQLName> columns) |
void |
setExpr(SQLExpr expr) |
void |
setPartitionCount(SQLExpr partitionCount) |
getPartitions, setPartitions
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toString
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
public void accept0(MySqlASTVisitor visitor)
accept0
在接口中 MySqlObject
accept0
在类中 MySqlObjectImpl
public SQLExpr getExpr()
public void setExpr(SQLExpr expr)
public SQLExpr getPartitionCount()
public void setPartitionCount(SQLExpr partitionCount)
Copyright © 2013-2015 Alibaba Group. All Rights Reserved.