Uses of Class
org.teiid.connector.language.IJoin.JoinType

Packages that use IJoin.JoinType
org.teiid.connector.language   
 

Uses of IJoin.JoinType in org.teiid.connector.language
 

Methods in org.teiid.connector.language that return IJoin.JoinType
 IJoin.JoinType IJoin.getJoinType()
          Get join type
static IJoin.JoinType IJoin.JoinType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IJoin.JoinType[] IJoin.JoinType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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



Copyright © 2009. All Rights Reserved.