public class MySqlCharExpr extends SQLCharExpr implements MySqlExpr
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
charset |
private String |
collate |
DEFAULT_DATA_TYPEtextattributes, parent| 构造器和说明 |
|---|
MySqlCharExpr() |
MySqlCharExpr(String text) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
protected void |
accept0(SQLASTVisitor 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, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentcomputeDataType, getChildrenaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, 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 在接口中 SQLObjectoutput 在类中 SQLCharExprprotected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLCharExprpublic void accept0(MySqlASTVisitor visitor)
public String toString()
toString 在类中 SQLCharExprpublic MySqlCharExpr clone()
clone 在接口中 SQLLiteralExprclone 在接口中 SQLExprclone 在接口中 SQLObjectclone 在类中 SQLCharExprCopyright © 2013–2019 Alibaba Group. All rights reserved.