public class SQLHexExpr extends SQLExprImpl implements SQLLiteralExpr, SQLValuableExpr
| Constructor and Description |
|---|
SQLHexExpr(String hex) |
| Modifier and Type | Method and Description |
|---|---|
SQLHexExpr |
clone() |
boolean |
equals(Object obj) |
List |
getChildren() |
String |
getHex() |
byte[] |
getValue() |
int |
hashCode() |
void |
output(StringBuffer buf) |
byte[] |
toBytes() |
computeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toStringcomputeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentpublic SQLHexExpr(String hex)
public String getHex()
public void output(StringBuffer buf)
output in interface SQLObjectoutput in class SQLObjectImplpublic int hashCode()
hashCode in class SQLExprImplpublic boolean equals(Object obj)
equals in class SQLExprImplpublic byte[] toBytes()
public SQLHexExpr clone()
clone in interface SQLLiteralExprclone in interface SQLExprclone in interface SQLObjectclone in class SQLExprImplpublic byte[] getValue()
getValue in interface SQLValuableExprpublic List getChildren()
getChildren in interface SQLExprgetChildren in class SQLExprImplCopyright © 2013–2018 Alibaba Group. All rights reserved.