- java.lang.Object
-
- net.sf.jsqlparser.parser.ASTNodeAccessImpl
-
- net.sf.jsqlparser.expression.AnyComparisonExpression
-
- All Implemented Interfaces:
Serializable
,Expression
,Model
,net.sf.jsqlparser.parser.ASTNodeAccess
public class AnyComparisonExpression extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Expression
Combines ANY and SOME expressions.- Author:
- toben
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AnyComparisonExpression(AnyType anyType, Select select)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T,S>
Taccept(ExpressionVisitor<T> expressionVisitor, S context)
AnyType
getAnyType()
Select
getSelect()
String
toString()
-
Methods inherited from class net.sf.jsqlparser.parser.ASTNodeAccessImpl
appendTo, getASTNode, getParent, getParent, 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.expression.Expression
accept
-
-
-
-
Method Detail
-
getSelect
public Select getSelect()
-
accept
public <T,S> T accept(ExpressionVisitor<T> expressionVisitor, S context)
- Specified by:
accept
in interfaceExpression
-
getAnyType
public AnyType getAnyType()
-
-