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() |
computeDataType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toString
computeDataType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
public SQLHexExpr(String hex)
public String getHex()
public void output(StringBuffer buf)
output
in interface SQLObject
output
in class SQLObjectImpl
public int hashCode()
hashCode
in class SQLExprImpl
public boolean equals(Object obj)
equals
in class SQLExprImpl
public byte[] toBytes()
public SQLHexExpr clone()
clone
in interface SQLLiteralExpr
clone
in interface SQLExpr
clone
in interface SQLObject
clone
in class SQLExprImpl
public byte[] getValue()
getValue
in interface SQLValuableExpr
public List getChildren()
getChildren
in interface SQLExpr
Copyright © 2013–2017 Alibaba Group. All rights reserved.