Package org.sqlite.parser.ast
Class InTableExpr
java.lang.Object
org.sqlite.parser.ast.InTableExpr
Represents an @IN@ expression with the right-hand side being a table name, optionally qualified by a database name.
expr [NOT] IN (schema-name.table-name)
expr [NOT] IN (schema-name.table-function(expr[, expr]*))
-
Field Details
-
lhs
-
not
public final boolean not -
rhs
-
args
-
-
Constructor Details
-
InTableExpr
-
-
Method Details
-
toSql
- Specified by:
toSql
in interfaceToSql
- Throws:
IOException
-