public class SQLHexExpr extends SQLExprImpl implements SQLLiteralExpr
| 构造器和说明 |
|---|
SQLHexExpr(String hex) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
String |
getHex() |
int |
hashCode() |
void |
output(StringBuffer buf) |
byte[] |
toBytes() |
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParentpublic SQLHexExpr(String hex)
public String getHex()
public void output(StringBuffer buf)
output 在接口中 SQLObjectoutput 在类中 SQLObjectImplpublic int hashCode()
hashCode 在类中 SQLExprImplpublic boolean equals(Object obj)
equals 在类中 SQLExprImplpublic byte[] toBytes()
Copyright © 2012 Alibaba Group. All Rights Reserved.