Package org.jparsec.examples.sql.ast
Class Projection
java.lang.Object
org.jparsec.examples.common.ValueObject
org.jparsec.examples.sql.ast.Projection
Represents a single projection in a select statement, it can be either an expression, a wildcard
or an expression with an alias.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jparsec.examples.common.ValueObject
equals, hashCode, toString
-
Field Details
-
expression
-
alias
-
-
Constructor Details
-
Projection
-