public class MySqlCharExpr extends SQLCharExpr implements MySqlExpr
DATA_TYPE| Constructor and Description |
|---|
MySqlCharExpr() |
MySqlCharExpr(String text) |
MySqlCharExpr(String text,
String charset) |
MySqlCharExpr(String text,
String charset,
String collate) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
MySqlCharExpr |
clone() |
String |
getCharset() |
String |
getCollate() |
String |
getType() |
void |
output(Appendable buf) |
void |
setCharset(String charset) |
void |
setCollate(String collate) |
void |
setType(String type) |
String |
toString() |
compareTo, computeDataType, getChildren, getValueequals, getText, hashCode, setTextaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLinecomputeDataType, getChildren, getHintaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic MySqlCharExpr()
public MySqlCharExpr(String text)
public String getCharset()
public void setCharset(String charset)
public String getCollate()
public void setCollate(String collate)
public String getType()
public void setType(String type)
public void output(Appendable buf)
output in interface SQLObjectoutput in class SQLCharExprpublic void accept0(MySqlASTVisitor visitor)
public String toString()
toString in class SQLCharExprpublic MySqlCharExpr clone()
clone in interface SQLLiteralExprclone in interface SQLExprclone in interface SQLObjectclone in class SQLCharExprCopyright © 2013–2020 Alibaba Group. All rights reserved.