org.teiid.connector.language
Interface IFrom

All Superinterfaces:
ILanguageObject

public interface IFrom
extends ILanguageObject

Represents a FROM clause in a query.


Method Summary
 java.util.List<IFromItem> getItems()
          Get a List of IFromItem in this FROM clause.
 
Methods inherited from interface org.teiid.connector.language.ILanguageObject
acceptVisitor
 

Method Detail

getItems

java.util.List<IFromItem> getItems()
Get a List of IFromItem in this FROM clause.

Returns:
List of IFromItem


Copyright © 2009. All Rights Reserved.