Uses of Class
org.apache.jena.sparql.algebra.JoinType
-
Packages that use JoinType Package Description org.apache.jena.sparql.algebra org.apache.jena.sparql.engine.ref -
-
Uses of JoinType in org.apache.jena.sparql.algebra
Methods in org.apache.jena.sparql.algebra that return JoinType Modifier and Type Method Description static JoinTypeJoinType. valueOf(java.lang.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 org.apache.jena.sparql.engine.ref
Methods in org.apache.jena.sparql.engine.ref with parameters of type JoinType Modifier and Type Method Description static QueryIteratorTableJoin. joinWorker(QueryIterator left, Table right, JoinType joinType, ExprList conditions, ExecutionContext execCxt)
-