public class SQLCharExpr extends SQLTextLiteralExpr implements SQLValuableExpr
| Modifier and Type | Field and Description |
|---|---|
static SQLDataType |
DEFAULT_DATA_TYPE |
| Constructor and Description |
|---|
SQLCharExpr() |
SQLCharExpr(String text) |
| Modifier and Type | Method and Description |
|---|---|
SQLCharExpr |
clone() |
SQLDataType |
computeDataType() |
List<SQLObject> |
getChildren() |
Object |
getValue() |
void |
output(Appendable buf) |
void |
output(StringBuffer buf) |
String |
toString() |
equals, getText, hashCode, setTextaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, 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 in interface SQLObjectoutput in class SQLObjectImplpublic void output(Appendable buf)
public Object getValue()
getValue in interface SQLValuableExprpublic String toString()
toString in class SQLObjectImplpublic SQLCharExpr clone()
clone in interface SQLLiteralExprclone in interface SQLExprclone in interface SQLObjectclone in class SQLTextLiteralExprpublic SQLDataType computeDataType()
computeDataType in interface SQLExprcomputeDataType in class SQLExprImplpublic List<SQLObject> getChildren()
getChildren in interface SQLExprgetChildren in class SQLTextLiteralExprCopyright © 2013–2018 Alibaba Group. All rights reserved.