|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JoinType | |
|---|---|
| org.xcmis.search.model.source | |
| org.xcmis.search.model.source.join | |
| Uses of JoinType in org.xcmis.search.model.source |
|---|
| Methods in org.xcmis.search.model.source that return JoinType | |
|---|---|
JoinType |
Join.getType()
Get the type of join. |
| Constructors in org.xcmis.search.model.source with parameters of type JoinType | |
|---|---|
Join(Source left,
JoinType joinType,
Source right,
JoinCondition joinCondition)
|
|
| Uses of JoinType in org.xcmis.search.model.source.join |
|---|
| Methods in org.xcmis.search.model.source.join that return JoinType | |
|---|---|
static JoinType |
JoinType.forSymbol(String symbol)
Attempt to find the JoinType given a symbol. |
static JoinType |
JoinType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static JoinType[] |
JoinType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||