Package | Description |
---|---|
org.jparsec.examples.sql.ast | |
org.jparsec.examples.sql.parser |
Class and Description |
---|
Expression
Any expression
|
FunctionExpression
A function call.
|
GroupBy
"group by" clause.
|
JoinType
The type of a join.
|
NullExpression
Represents "null".
|
Op
Operators
|
OrderBy
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)".
|
Class and Description |
---|
Relation
Models a relation such as a select statement, or a table.
|
Copyright © 2013–2016 jparsec. All rights reserved.