public final class SQLBooleanExpr extends SQLExprImpl implements SQLExpr, SQLLiteralExpr, SQLValuableExpr
| Modifier and Type | Class and Description |
|---|---|
static class |
SQLBooleanExpr.Type |
| Modifier and Type | Field and Description |
|---|---|
static SQLDataType |
DEFAULT_DATA_TYPE |
| Constructor and Description |
|---|
SQLBooleanExpr() |
SQLBooleanExpr(boolean value) |
| Modifier and Type | Method and Description |
|---|---|
SQLBooleanExpr |
clone() |
SQLDataType |
computeDataType() |
boolean |
equals(Object obj) |
boolean |
getBooleanValue() |
List |
getChildren() |
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 static final SQLDataType DEFAULT_DATA_TYPE
public SQLBooleanExpr()
public SQLBooleanExpr(boolean value)
public boolean getBooleanValue()
public Boolean getValue()
getValue in interface SQLValuableExprpublic 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 SQLExprImplpublic SQLDataType computeDataType()
computeDataType in interface SQLExprcomputeDataType in class SQLExprImplpublic SQLBooleanExpr clone()
clone in interface SQLLiteralExprclone in interface SQLExprclone in interface SQLObjectclone in class SQLExprImplpublic List getChildren()
getChildren in interface SQLExprgetChildren in class SQLExprImplCopyright © 2013–2018 Alibaba Group. All rights reserved.