Uses of Class
com.hp.hpl.jena.sparql.algebra.JoinType

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)
           
 



Licenced under the Apache License, Version 2.0