public class SQLCharExpr extends SQLTextLiteralExpr implements SQLValuableExpr
Constructor and Description |
---|
SQLCharExpr() |
SQLCharExpr(String text) |
Modifier and Type | Method and Description |
---|---|
Object |
getValue() |
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 SQLCharExpr()
public SQLCharExpr(String text)
public void output(StringBuffer buf)
output
in interface SQLObject
output
in class SQLObjectImpl
public Object getValue()
getValue
in interface SQLValuableExpr
public String toString()
toString
in class SQLObjectImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.