public class SQLBitStringLiteralExpr extends SQLExprImpl implements SQLLiteralExpr
<bit string literal> ::= B <quote> [ <bit> ... ] <quote> [ { <separator> ... <quote> [ <bit> ... ] <quote> }... ]
| 构造器和说明 |
|---|
SQLBitStringLiteralExpr() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
BitSet |
getValue() |
int |
hashCode() |
void |
output(StringBuffer buf) |
void |
setValue(BitSet value) |
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParentpublic BitSet getValue()
public void setValue(BitSet value)
public void output(StringBuffer buf)
output 在接口中 SQLObjectoutput 在类中 SQLObjectImplpublic int hashCode()
hashCode 在类中 SQLExprImplpublic boolean equals(Object obj)
equals 在类中 SQLExprImplCopyright © 2012 Alibaba Group. All Rights Reserved.