|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JoinType | |
|---|---|
| com.hp.hpl.jena.sparql.algebra | |
| com.hp.hpl.jena.sparql.engine | |
| Uses of JoinType in com.hp.hpl.jena.sparql.algebra |
|---|
| Methods in com.hp.hpl.jena.sparql.algebra that return JoinType | |
|---|---|
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. |
| Uses of JoinType in com.hp.hpl.jena.sparql.engine |
|---|
| Methods in com.hp.hpl.jena.sparql.engine with parameters of type JoinType | |
|---|---|
static QueryIterator |
TableJoin.joinWorker(QueryIterator left,
Table right,
JoinType joinType,
ExprList conditions,
ExecutionContext execCxt)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||