public class MySqlCharExpr extends SQLCharExpr implements MySqlExpr
| 构造器和说明 |
|---|
MySqlCharExpr() |
MySqlCharExpr(String text) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
String |
getCharset() |
String |
getCollate() |
void |
output(StringBuffer buf) |
void |
setCharset(String charset) |
void |
setCollate(String collate) |
equals, getText, hashCode, setTextaccept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParentpublic MySqlCharExpr()
public MySqlCharExpr(String text)
public String getCharset()
public void setCharset(String charset)
public String getCollate()
public void setCollate(String collate)
public void output(StringBuffer buf)
output 在接口中 SQLObjectoutput 在类中 SQLCharExprpublic void accept0(MySqlASTVisitor visitor)
Copyright © 2012 Alibaba Group. All Rights Reserved.