Class AbstractFromClauseStateObject

All Implemented Interfaces:
DeclarationStateObject, ListHolderStateObject<VariableDeclarationStateObject>, StateObject
Direct Known Subclasses:
FromClauseStateObject, SimpleFromClauseStateObject

public abstract class AbstractFromClauseStateObject extends AbstractListHolderStateObject<VariableDeclarationStateObject> implements DeclarationStateObject
This state object represents the abstract definition of a FROM clause, which is either the FROM clause of the query or of a sub-query expression.
Since:
2.4
Version:
2.5
See Also: