Uses of Package
org.jparsec.examples.sql.ast
Packages that use org.jparsec.examples.sql.ast
-
Classes in org.jparsec.examples.sql.ast used by org.jparsec.examples.sql.astClassDescriptionAny expressionA function call."group by" clause.The type of a join.Represents "null".OperatorsThe "order by" clause.Represents a single projection in a select statement, it can be either an expression, a wildcard or an expression with an alias.A qualified name like "a.b.c".An expression like "a.b.c".Models a relation such as a select statement, or a table.Models a tuple of expressions such as "(1, 2, 3)".
-
Classes in org.jparsec.examples.sql.ast used by org.jparsec.examples.sql.parserClassDescriptionAny expression"group by" clause.The type of a join.OperatorsThe "order by" clause.Represents a single projection in a select statement, it can be either an expression, a wildcard or an expression with an alias.A qualified name like "a.b.c".Models a relation such as a select statement, or a table.