Class ExistsExpression
java.lang.Object
net.sf.jsqlparser.parser.ASTNodeAccessImpl
net.sf.jsqlparser.expression.operators.relational.ExistsExpression
- All Implemented Interfaces:
Serializable
,Expression
,Model
,ASTNodeAccess
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ExpressionVisitor expressionVisitor) <E extends Expression>
EgetRightExpression
(Class<E> type) boolean
isNot()
void
setNot
(boolean b) void
setRightExpression
(Expression expression) toString()
withNot
(boolean not) withRightExpression
(Expression rightExpression) 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
-
rightExpression
-
not
protected boolean not
-
-
Constructor Details
-
ExistsExpression
public ExistsExpression()
-
-
Method Details
-
getRightExpression
-
setRightExpression
-
isNot
public boolean isNot() -
setNot
public void setNot(boolean b) -
accept
- Specified by:
accept
in interfaceExpression
-
getStringExpression
-
toString
-
withRightExpression
-
withNot
-
getRightExpression
-