Package org.sqlite.parser.ast
Class InListExpr
java.lang.Object
org.sqlite.parser.ast.InListExpr
Represents an
IN expression with the right-hand side being a list of subexpressions.
expr [NOT] IN (expr[,expr]*)-
Field Details
-
lhs
-
not
public final boolean not -
rhs
-
-
Constructor Details
-
InListExpr
-
-
Method Details
-
toSql
- Specified by:
toSqlin interfaceToSql- Throws:
IOException
-