public class IsDistinctExpression extends BinaryExpression
| Constructor and Description |
|---|
IsDistinctExpression() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ExpressionVisitor expressionVisitor) |
String |
getStringExpression() |
boolean |
isNot() |
void |
setNot(boolean b) |
String |
toString() |
getLeftExpression, getLeftExpression, getRightExpression, getRightExpression, setLeftExpression, setRightExpression, withLeftExpression, withRightExpressionappendTo, getASTNode, setASTNodepublic boolean isNot()
public void setNot(boolean b)
public void accept(ExpressionVisitor expressionVisitor)
public String getStringExpression()
getStringExpression in class BinaryExpressionpublic String toString()
toString in class BinaryExpressionCopyright © 2004–2023 JSQLParser. All rights reserved.