public class SQLCharExpr extends SQLTextLiteralExpr implements SQLValuableExpr
| 限定符和类型 | 字段和说明 |
|---|---|
static SQLDataType |
DEFAULT_DATA_TYPE |
textattributes, parent| 构造器和说明 |
|---|
SQLCharExpr() |
SQLCharExpr(String text) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLCharExpr |
clone() |
SQLDataType |
computeDataType() |
List<SQLObject> |
getChildren() |
Object |
getValue() |
void |
output(Appendable buf) |
void |
output(StringBuffer buf) |
String |
toString() |
equals, getText, hashCode, setTextaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentpublic static final SQLDataType DEFAULT_DATA_TYPE
public SQLCharExpr()
public SQLCharExpr(String text)
public void output(StringBuffer buf)
output 在接口中 SQLObjectoutput 在类中 SQLObjectImplpublic void output(Appendable buf)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic Object getValue()
getValue 在接口中 SQLValuableExprpublic String toString()
toString 在类中 SQLObjectImplpublic SQLCharExpr clone()
clone 在接口中 SQLLiteralExprclone 在接口中 SQLExprclone 在接口中 SQLObjectclone 在类中 SQLTextLiteralExprpublic SQLDataType computeDataType()
computeDataType 在接口中 SQLExprcomputeDataType 在类中 SQLExprImplpublic List<SQLObject> getChildren()
getChildren 在接口中 SQLExprgetChildren 在类中 SQLTextLiteralExprCopyright © 2013–2019 Alibaba Group. All rights reserved.