Uses of Interface
org.teiid.connector.language.IFromItem

Packages that use IFromItem
org.teiid.connector.language   
 

Uses of IFromItem in org.teiid.connector.language
 

Subinterfaces of IFromItem in org.teiid.connector.language
 interface IGroup
          Represents a group in the language objects.
 interface IInlineView
          An inline view represents a subquery in the FROM clause that defines a query-able context for the outer query.
 interface IJoin
          Represents a join in the FROM clause.
 

Methods in org.teiid.connector.language that return IFromItem
 IFromItem IJoin.getLeftItem()
          Get the left IFromItem
 IFromItem IJoin.getRightItem()
          Get the right IFromItem
 

Methods in org.teiid.connector.language that return types with arguments of type IFromItem
 java.util.List<IFromItem> IFrom.getItems()
          Get a List of IFromItem in this FROM clause.
 

Methods in org.teiid.connector.language with parameters of type IFromItem
 IJoin ILanguageFactory.createJoin(IJoin.JoinType joinType, IFromItem leftItem, IFromItem rightItem, java.util.List<? extends ICriteria> criteria)
          Create new join predicate
 void IJoin.setLeftItem(IFromItem item)
          Set the left IFromItem
 void IJoin.setRightItem(IFromItem item)
          Set the right IFromItem
 

Method parameters in org.teiid.connector.language with type arguments of type IFromItem
 IFrom ILanguageFactory.createFrom(java.util.List<? extends IFromItem> items)
          Create new from clause
 



Copyright © 2009. All Rights Reserved.