Interface Expr

All Superinterfaces:
ToSql
All Known Implementing Classes:
BetweenExpr, BinaryExpr, CaseExpr, CastExpr, CollateExpr, CurrentTimeExpr, DoublyQualifiedExpr, ExistsExpr, FunctionCallExpr, FunctionCallStarExpr, IdExpr, InListExpr, InSelectExpr, InTableExpr, IsNullExpr, LikeExpr, LiteralExpr, NotNullExpr, ParenthesizedExpr, QualifiedExpr, RaiseExpr, SubqueryExpr, UnaryExpr, VariableExpr

public interface Expr extends ToSql
The AST node corresponding to an expression.
  • Method Summary

    Methods inherited from interface org.sqlite.parser.ast.ToSql

    toSql, toSql