Class IsNullExpression
java.lang.Object
net.sf.jsqlparser.parser.ASTNodeAccessImpl
net.sf.jsqlparser.expression.operators.relational.IsNullExpression
- All Implemented Interfaces:
Serializable
,Expression
,Model
,ASTNodeAccess
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Expression
private boolean
private boolean
private boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ExpressionVisitor expressionVisitor) <E extends Expression>
EgetLeftExpression
(Class<E> type) boolean
isNot()
boolean
boolean
void
setLeftExpression
(Expression expression) void
setNot
(boolean b) void
setUseIsNull
(boolean useIsNull) setUseNotNull
(boolean useNotNull) toString()
withLeftExpression
(Expression leftExpression) withNot
(boolean not) withUseIsNull
(boolean useIsNull) Methods inherited from class net.sf.jsqlparser.parser.ASTNodeAccessImpl
appendTo, getASTNode, setASTNode
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.sf.jsqlparser.parser.ASTNodeAccess
getASTNode, setASTNode
-
Field Details
-
leftExpression
-
not
private boolean not -
useIsNull
private boolean useIsNull -
useNotNull
private boolean useNotNull
-
-
Constructor Details
-
IsNullExpression
public IsNullExpression()
-
-
Method Details
-
getLeftExpression
-
isNot
public boolean isNot() -
setLeftExpression
-
setNot
public void setNot(boolean b) -
isUseIsNull
public boolean isUseIsNull() -
setUseIsNull
public void setUseIsNull(boolean useIsNull) -
isUseNotNull
public boolean isUseNotNull() -
setUseNotNull
-
accept
- Specified by:
accept
in interfaceExpression
-
toString
-
withUseIsNull
-
withLeftExpression
-
withNot
-
getLeftExpression
-