Uses of Enum
org.eclipse.rdf4j.query.Query.QueryType
Packages that use Query.QueryType
Package
Description
Interfaces and classes for handling queries and query results.
RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases.
Abstract base implementation and internal helper classes for Sail implementations.
-
Uses of Query.QueryType in org.eclipse.rdf4j.query
Methods in org.eclipse.rdf4j.query that return Query.QueryTypeModifier and TypeMethodDescriptionstatic Query.QueryType
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. -
Uses of Query.QueryType in org.eclipse.rdf4j.sail
Methods in org.eclipse.rdf4j.sail with parameters of type Query.QueryTypeModifier and TypeMethodDescriptionSailConnection.prepareQuery(QueryLanguage ql, Query.QueryType type, String query, String baseURI)
Allows the SailConnection to bypass the standard query parser and provide its own internalTupleExpr
implementation. -
Uses of Query.QueryType in org.eclipse.rdf4j.sail.helpers
Methods in org.eclipse.rdf4j.sail.helpers with parameters of type Query.QueryTypeModifier and TypeMethodDescriptionSailConnectionWrapper.prepareQuery(QueryLanguage ql, Query.QueryType type, String query, String baseURI)