public class ASTTable extends AbstractNode
nextchildren, firstToken, id, lastToken, parent, parser, value| 限定符和类型 | 方法和说明 |
|---|---|
void |
setShardParameterName(String shardParameterName) |
void |
setShardPpropertyPath(String shardPpropertyPath) |
void |
setTable(String table) |
void |
setTablePartition(TablePartition tablePartition) |
childrenAccept, dump, jjtAccept, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toString, toStringpublic ASTTable(int i)
public ASTTable(Parser p, int i)
public void setTable(String table)
public void setTablePartition(@Nullable TablePartition tablePartition)
Copyright © 2014. All rights reserved.