Class InTableExpr

java.lang.Object
org.sqlite.parser.ast.InTableExpr
All Implemented Interfaces:
Expr, ToSql

public class InTableExpr extends Object implements Expr
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]*))