Uses of Enum
org.eclipse.rdf4j.query.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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionSailConnectionWrapper.prepareQuery
(QueryLanguage ql, Query.QueryType type, String query, String baseURI)