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, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
public static final SQLDataType DEFAULT_DATA_TYPE
public SQLBooleanExpr()
public SQLBooleanExpr(boolean value)
public boolean getBooleanValue()
public Boolean getValue()
getValue
in interface SQLValuableExpr
public void setValue(boolean value)
public void output(StringBuffer buf)
output
in interface SQLObject
output
in class SQLObjectImpl
public int hashCode()
hashCode
in class SQLExprImpl
public boolean equals(Object obj)
equals
in class SQLExprImpl
public SQLDataType computeDataType()
computeDataType
in interface SQLExpr
computeDataType
in class SQLExprImpl
public SQLBooleanExpr clone()
clone
in interface SQLLiteralExpr
clone
in interface SQLExpr
clone
in interface SQLObject
clone
in class SQLExprImpl
public List getChildren()
getChildren
in interface SQLExpr
Copyright © 2013–2017 Alibaba Group. All rights reserved.