public class MySqlCharExpr extends SQLCharExpr implements MySqlExpr
| Constructor and Description |
|---|
MySqlCharExpr() |
MySqlCharExpr(String text) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
String |
getCharset() |
String |
getCollate() |
void |
output(StringBuffer buf) |
void |
setCharset(String charset) |
void |
setCollate(String collate) |
String |
toString() |
getValueequals, getText, hashCode, setTextaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, 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 in interface SQLObjectoutput in class SQLCharExprpublic void accept0(MySqlASTVisitor visitor)
public String toString()
toString in class SQLCharExprCopyright © 2013–2017 Alibaba Group. All rights reserved.