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, 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 static final SQLDataType DEFAULT_DATA_TYPE
public SQLCharExpr()
public SQLCharExpr(String text)
public void output(StringBuffer buf)
output
in interface SQLObject
output
in class SQLObjectImpl
public void output(Appendable buf)
public Object getValue()
getValue
in interface SQLValuableExpr
public String toString()
toString
in class SQLObjectImpl
public SQLCharExpr clone()
clone
in interface SQLLiteralExpr
clone
in interface SQLExpr
clone
in interface SQLObject
clone
in class SQLTextLiteralExpr
public SQLDataType computeDataType()
computeDataType
in interface SQLExpr
computeDataType
in class SQLExprImpl
public List<SQLObject> getChildren()
getChildren
in interface SQLExpr
getChildren
in class SQLTextLiteralExpr
Copyright © 2013–2017 Alibaba Group. All rights reserved.