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