Uses of Class
org.eclipse.rdf4j.query.Query.QueryType
-
Packages that use Query.QueryType Package Description org.eclipse.rdf4j.query Interfaces and classes for handling queries and query results. -
-
Uses of Query.QueryType in org.eclipse.rdf4j.query
Methods in org.eclipse.rdf4j.query that return Query.QueryType Modifier and Type Method Description static Query.QueryTypeQuery.QueryType. valueOf(String name)Returns the enum constant of this type with the specified name.static Query.QueryType[]Query.QueryType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-