|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Join.JoinType | |
|---|---|
| org.teiid.language | |
| Uses of Join.JoinType in org.teiid.language |
|---|
| Methods in org.teiid.language that return Join.JoinType | |
|---|---|
Join.JoinType |
Join.getJoinType()
|
static Join.JoinType |
Join.JoinType.valueOf(java.lang.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 | |
|---|---|
Join |
LanguageFactory.createJoin(Join.JoinType joinType,
TableReference leftItem,
TableReference rightItem,
Condition condition)
|
void |
Join.setJoinType(Join.JoinType type)
|
| Constructors in org.teiid.language with parameters of type Join.JoinType | |
|---|---|
Join(TableReference left,
TableReference right,
Join.JoinType joinType,
Condition criteria)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||