Package | Description |
---|---|
com.akiban.sql.parser |
Modifier and Type | Class and Description |
---|---|
class |
CurrentOfNode
The CurrentOf operator is used by positioned DELETE
and UPDATE to get the current row and location
for the target cursor.
|
class |
DistinctNode
A DistinctNode represents a result set for a disinct operation
on a select.
|
class |
FromBaseTable
A FromBaseTable represents a table in the FROM list of a DML statement,
as distinguished from a FromSubquery, which represents a subquery in the
FROM list.
|
class |
FromSubquery
A FromSubquery represents a subquery in the FROM list of a DML statement.
|
class |
FromTable
A FromTable represents a table in the FROM clause of a DML statement.
|
class |
FromVTI
A FromVTI represents a VTI in the FROM list of a DML statement.
|
class |
HalfOuterJoinNode
An HalfOuterJoinNode represents a left or a right outer join result set.
|
class |
IntersectOrExceptNode
A IntersectOrExceptNode represents an INTERSECT or EXCEPT DML statement.
|
class |
JoinNode
A JoinNode represents a join result set for either of the basic DML
operations: SELECT and INSERT.
|
class |
RowCountNode
The result set generated by this node (RowCountResultSet) implements the
filtering of rows needed for the
|
class |
RowResultSetNode
A RowResultSetNode represents the result set for a single row VALUES clause.
|
class |
RowsResultSetNode
A RowsResultSetNode represents the result set for a multi row VALUES clause.
|
class |
SelectNode
A SelectNode represents the result set for any of the basic DML
operations: SELECT, INSERT, UPDATE, and DELETE.
|
class |
SetOperatorNode
A SetOperatorNode represents a UNION, INTERSECT, or EXCEPT in a DML statement.
|
class |
UnionNode
A UnionNode represents a UNION in a DML statement.
|
Modifier and Type | Method and Description |
---|---|
ResultSetNode |
JoinNode.getLogicalLeftResultSet()
Return the logical left result set for this qualified
join node.
|
ResultSetNode |
JoinNode.getLogicalRightResultSet()
Return the logical right result set for this qualified
join node.
|
ResultSetNode |
CreateViewNode.getParsedQueryExpression() |
ResultSetNode |
CreateTableNode.getQueryExpression() |
ResultSetNode |
SubqueryNode.getResultSet()
Return the resultSet for this SubqueryNode.
|
ResultSetNode |
DMLStatementNode.getResultSetNode()
Get the ResultSetNode from this DML Statement.
|
ResultSetNode |
VirtualColumnNode.getSourceResultSet()
Return the ResultSetNode that is the source of this VirtualColumnNode.
|
ResultSetNode |
FromSubquery.getSubquery()
Return the "subquery" from this node.
|
Modifier and Type | Method and Description |
---|---|
void |
SubqueryNode.setResultSet(ResultSetNode resultSet) |
Copyright © 2013. All Rights Reserved.