public class SQLHexExpr extends SQLExprImpl implements SQLLiteralExpr
| Constructor and Description |
|---|
SQLHexExpr(String hex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getHex() |
int |
hashCode() |
void |
output(StringBuffer buf) |
byte[] |
toBytes() |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toStringaccept, 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()
Copyright © 2013–2017 Alibaba Group. All rights reserved.