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

Packages that use FromTable
com.akiban.sql.parser   
 

Uses of FromTable in com.akiban.sql.parser
 

Subclasses of FromTable 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 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 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 with parameters of type FromTable
 void FromList.addFromTable(FromTable fromTable)
          Add a table to the FROM list.
 



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