public class MySqlCharExpr extends SQLCharExpr implements MySqlExpr
DATA_TYPEtextattributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
MySqlCharExpr() |
MySqlCharExpr(String text) |
MySqlCharExpr(String text,
String charset) |
MySqlCharExpr(String text,
String charset,
String collate) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
protected void |
accept0(SQLASTVisitor 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, acceptChild, acceptChild, 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 在接口中 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–2023. All rights reserved.