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) |
String |
getHex() |
byte[] |
getValue() |
int |
hashCode() |
void |
output(Appendable buf) |
byte[] |
toBytes() |
SQLCharExpr |
toCharExpr() |
computeDataType, getChildrenaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringcomputeDataType, getChildren, getHintaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic SQLHexExpr(String hex)
public String getHex()
public void output(Appendable 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 SQLCharExpr toCharExpr()
Copyright © 2013–2020 Alibaba Group. All rights reserved.