Uses of Class
com.akiban.sql.parser.ResultSetNode

Packages that use ResultSetNode
com.akiban.sql.parser   
 

Uses of ResultSetNode in com.akiban.sql.parser
 

Subclasses of ResultSetNode in com.akiban.sql.parser
 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 FullOuterJoinNode
          An FullOuterJoinNode represents a full outer join result set.
 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 and 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.
 

Methods in com.akiban.sql.parser that return ResultSetNode
 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.
 

Methods in com.akiban.sql.parser with parameters of type ResultSetNode
 void SubqueryNode.setResultSet(ResultSetNode resultSet)
           
 



Copyright © 2013 Akiban Technologies, Inc. All rights reserved.