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() |
getValue
equals, getText, hashCode, setText
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
public 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 SQLObject
output
in class SQLCharExpr
public void accept0(MySqlASTVisitor visitor)
public String toString()
toString
in class SQLCharExpr
Copyright © 2013–2017 Alibaba Group. All rights reserved.