Uses of Enum
org.eclipse.rdf4j.query.explanation.Explanation.Level
Package
Description
Interfaces and classes for handling queries and query results.
A repository that serves as a proxy client for a remote repository on an RDF4J Server.
Repository implementation for local RDF databases that implement the SAIL SPI.
RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases.
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
Abstract base implementation and internal helper classes for Sail implementations.
-
Uses of Explanation.Level in org.eclipse.rdf4j.federated
Modifier and TypeMethodDescriptionFedXConnection.explain
(Explanation.Level level, TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int timeoutSeconds) -
Uses of Explanation.Level in org.eclipse.rdf4j.query
Modifier and TypeMethodDescriptiondefault Explanation
Query.explain
(Explanation.Level level) Explain how the query will be (or has been) executed/evaluated by returning an explanation of the query plan. -
Uses of Explanation.Level in org.eclipse.rdf4j.query.explanation
Modifier and TypeMethodDescriptionstatic Explanation.Level
Returns the enum constant of this type with the specified name.static Explanation.Level[]
Explanation.Level.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Explanation.Level in org.eclipse.rdf4j.repository.http
Modifier and TypeMethodDescriptionHTTPBooleanQuery.explain
(Explanation.Level level) HTTPGraphQuery.explain
(Explanation.Level level) HTTPTupleQuery.explain
(Explanation.Level level) -
Uses of Explanation.Level in org.eclipse.rdf4j.repository.sail
-
Uses of Explanation.Level in org.eclipse.rdf4j.repository.sparql.query
Modifier and TypeMethodDescriptionSPARQLBooleanQuery.explain
(Explanation.Level level) SPARQLGraphQuery.explain
(Explanation.Level level) SPARQLTupleQuery.explain
(Explanation.Level level) -
Uses of Explanation.Level in org.eclipse.rdf4j.sail
Modifier and TypeMethodDescriptiondefault Explanation
SailConnection.explain
(Explanation.Level level, TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int timeoutSeconds) Explain how the TupleExpr will be (or has been) executed/evaluated by returning a TupleExpr (which may or may not be the provided TupleExpr) that has gone through zero or more of the stages prior to and also including execution as specified by the provided level. -
Uses of Explanation.Level in org.eclipse.rdf4j.sail.base
Modifier and TypeMethodDescriptionSailSourceConnection.explain
(Explanation.Level level, TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int timeoutSeconds) -
Uses of Explanation.Level in org.eclipse.rdf4j.sail.helpers
Modifier and TypeMethodDescriptionSailConnectionWrapper.explain
(Explanation.Level level, TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int timeoutSeconds) -
Uses of Explanation.Level in org.eclipse.rdf4j.spring.support.query
Modifier and TypeMethodDescriptionDelegatingGraphQuery.explain
(Explanation.Level level) DelegatingTupleQuery.explain
(Explanation.Level level)