Class and Description |
---|
SubSelect
A subselect followed by an optional alias.
|
Class and Description |
---|
SubSelect
A subselect followed by an optional alias.
|
Class and Description |
---|
AllTableColumns |
FromItem
An item in a "SELECT [...] FROM item1" statement.
|
Join
A join clause
|
Limit
A limit clause in the form [LIMIT {[offset,] row_count) | (row_count | ALL) OFFSET offset}]
|
OrderByElement
An element (column reference) in an "ORDER BY" clause.
|
PlainSelect
The core of a "SELECT" statement (no UNION, no ORDER BY)
|
Select |
SelectBody |
SelectItem
Anything between "SELECT" and "FROM"
(that is, any column or expression etc to be retrieved with the query) |
SetOperationList
A database set operation.
|
SubSelect
A subselect followed by an optional alias.
|
Top
A top clause in the form [TOP row_count]
|
WithItem
One of the parts of a "WITH" clause of a "SELECT" statement
|
Class and Description |
---|
FromItem
An item in a "SELECT [...] FROM item1" statement.
|
FromItemVisitor |
IntoTableVisitor |
Class and Description |
---|
Select |
Class and Description |
---|
AllColumns
All the columns (as in "SELECT * FROM ...")
|
AllTableColumns |
Distinct
A DISTINCT [ON (expression, ...)] clause
|
FromItem
An item in a "SELECT [...] FROM item1" statement.
|
FromItemVisitor |
Join
A join clause
|
Limit
A limit clause in the form [LIMIT {[offset,] row_count) | (row_count | ALL) OFFSET offset}]
|
OrderByElement
An element (column reference) in an "ORDER BY" clause.
|
OrderByVisitor |
PlainSelect
The core of a "SELECT" statement (no UNION, no ORDER BY)
|
SelectBody |
SelectExpressionItem
An expression as in "SELECT expr1 AS EXPR"
|
SelectItem
Anything between "SELECT" and "FROM"
(that is, any column or expression etc to be retrieved with the query) |
SelectItemVisitor |
SelectVisitor |
SetOperation
Single Set-Operation (name).
|
SetOperationList
A database set operation.
|
SetOperationList.SetOperationType
list of set operations.
|
SubJoin
A table created by "(tab1 join tab2)".
|
SubSelect
A subselect followed by an optional alias.
|
Top
A top clause in the form [TOP row_count]
|
WithItem
One of the parts of a "WITH" clause of a "SELECT" statement
|
Class and Description |
---|
AllColumns
All the columns (as in "SELECT * FROM ...")
|
AllTableColumns |
FromItemVisitor |
PlainSelect
The core of a "SELECT" statement (no UNION, no ORDER BY)
|
Select |
SelectExpressionItem
An expression as in "SELECT expr1 AS EXPR"
|
SelectItemVisitor |
SelectVisitor |
SetOperationList
A database set operation.
|
SubJoin
A table created by "(tab1 join tab2)".
|
SubSelect
A subselect followed by an optional alias.
|
Class and Description |
---|
AllColumns
All the columns (as in "SELECT * FROM ...")
|
AllTableColumns |
FromItemVisitor |
Join
A join clause
|
Limit
A limit clause in the form [LIMIT {[offset,] row_count) | (row_count | ALL) OFFSET offset}]
|
OrderByElement
An element (column reference) in an "ORDER BY" clause.
|
OrderByVisitor |
PlainSelect
The core of a "SELECT" statement (no UNION, no ORDER BY)
|
Select |
SelectExpressionItem
An expression as in "SELECT expr1 AS EXPR"
|
SelectItemVisitor |
SelectVisitor |
SetOperationList
A database set operation.
|
SubJoin
A table created by "(tab1 join tab2)".
|
SubSelect
A subselect followed by an optional alias.
|
Copyright © 2013. All Rights Reserved.