Class FromTable

All Implemented Interfaces:
Optimizable, Visitable
Direct Known Subclasses:
CurrentOfNode, FromBaseTable, FromSubquery, FromVTI, IndexToBaseRowNode, RowResultSetNode, SingleChildResultSetNode, TableOperatorNode

abstract class FromTable extends ResultSetNode implements Optimizable
A FromTable represents a table in the FROM clause of a DML statement. It can be either a base table, a subquery or a project restrict.
See Also: