public class SQLHexExpr extends SQLExprImpl implements SQLLiteralExpr, SQLValuableExpr
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
hex |
attributes, parent| 构造器和说明 |
|---|
SQLHexExpr(String hex) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLHexExpr |
clone() |
boolean |
equals(Object obj) |
List |
getChildren() |
String |
getHex() |
byte[] |
getValue() |
int |
hashCode() |
void |
output(StringBuffer buf) |
byte[] |
toBytes() |
computeDataTypeaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toStringcomputeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentprivate final String hex
public SQLHexExpr(String hex)
public String getHex()
public void output(StringBuffer buf)
output 在接口中 SQLObjectoutput 在类中 SQLObjectImplprotected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic int hashCode()
hashCode 在类中 SQLExprImplpublic boolean equals(Object obj)
equals 在类中 SQLExprImplpublic byte[] toBytes()
public SQLHexExpr clone()
clone 在接口中 SQLLiteralExprclone 在接口中 SQLExprclone 在接口中 SQLObjectclone 在类中 SQLExprImplpublic byte[] getValue()
getValue 在接口中 SQLValuableExprpublic List getChildren()
getChildren 在接口中 SQLExprgetChildren 在类中 SQLExprImplCopyright © 2013–2019 Alibaba Group. All rights reserved.