Package org.sqlite.parser.ast
Class ExistsExpr
java.lang.Object
org.sqlite.parser.ast.ExistsExpr
Represents a subquery
SELECT
expression with the EXISTS
qualifier.
[NOT] EXISTS (select-stmt)
-
Field Details
-
subquery
-
-
Constructor Details
-
ExistsExpr
-
-
Method Details
-
toSql
- Specified by:
toSql
in interfaceToSql
- Throws:
IOException
-