Uses of Package
org.jparsec.examples.sql.ast
-
Packages that use org.jparsec.examples.sql.ast Package Description org.jparsec.examples.sql.ast org.jparsec.examples.sql.parser -
Classes in org.jparsec.examples.sql.ast used by org.jparsec.examples.sql.ast Class Description Expression Any expressionFunctionExpression A function call.GroupBy "group by" clause.JoinType The type of a join.NullExpression Represents "null".Op OperatorsOrderBy The "order by" clause.OrderBy.Item Projection Represents a single projection in a select statement, it can be either an expression, a wildcard or an expression with an alias.QualifiedName A qualified name like "a.b.c".QualifiedNameExpression An expression like "a.b.c".Relation Models a relation such as a select statement, or a table.TupleExpression Models a tuple of expressions such as "(1, 2, 3)". -
Classes in org.jparsec.examples.sql.ast used by org.jparsec.examples.sql.parser Class Description Expression Any expressionGroupBy "group by" clause.JoinType The type of a join.Op OperatorsOrderBy The "order by" clause.OrderBy.Item Projection Represents a single projection in a select statement, it can be either an expression, a wildcard or an expression with an alias.QualifiedName A qualified name like "a.b.c".Relation Models a relation such as a select statement, or a table.