public class SQLBooleanExpr extends SQLExprImpl implements SQLExpr, SQLLiteralExpr
| Constructor and Description |
|---|
SQLBooleanExpr() |
SQLBooleanExpr(boolean value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
boolean |
getValue() |
int |
hashCode() |
void |
output(StringBuffer buf) |
void |
setValue(boolean value) |
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 SQLBooleanExpr()
public SQLBooleanExpr(boolean value)
public boolean getValue()
public void setValue(boolean value)
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 SQLExprImplCopyright © 2013–2017 Alibaba Group. All rights reserved.