Uses of Class
org.teiid.language.Join.JoinType
-
Packages that use Join.JoinType Package Description org.teiid.language -
-
Uses of Join.JoinType in org.teiid.language
Methods in org.teiid.language that return Join.JoinType Modifier and Type Method Description Join.JoinTypeJoin. getJoinType()static Join.JoinTypeJoin.JoinType. valueOf(String name)Returns the enum constant of this type with the specified name.static Join.JoinType[]Join.JoinType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teiid.language with parameters of type Join.JoinType Modifier and Type Method Description JoinLanguageFactory. createJoin(Join.JoinType joinType, TableReference leftItem, TableReference rightItem, Condition condition)voidJoin. setJoinType(Join.JoinType type)Constructors in org.teiid.language with parameters of type Join.JoinType Constructor Description Join(TableReference left, TableReference right, Join.JoinType joinType, Condition criteria)
-