Uses of Class
org.eclipse.rdf4j.query.MalformedQueryException
Package
Description
Interfaces and classes for handling queries and query results.
The rdf4j SPARQL 1.1 parser.
The Repository API: the main API for accessing rdf databases and SPARQL endpoints.
Abstract base classes and wrappers for the main Repository API interfaces.
A repository wrapper with convenience functions for handling contexts.
A repository wrapper which supports auto-loading of datasets specified in a query.
Wrapper/adapter base implementations.
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.
A
Repository
that serves as a SPARQL endpoint client.Helper classes for working with Repositories.
ElasticSearch index for the
LuceneSail
.Forward-chaining inferencers, implemented as
StackableSail
s.A Sail implementation that supports full-text indexing via the Lucene API.
Rdf4j-Spring OperationLog
Rdf4j-Spring ResultCache
Rdf4J-Spring Tx
-
Uses of MalformedQueryException in org.eclipse.rdf4j.console.command
Modifier and TypeMethodDescriptionprotected void
TupleAndGraphQueryEvaluator.evaluateBooleanQuery
(QueryLanguage queryLn, String queryString, QueryResultWriter writer) Evaluate a boolean SPARQL queryprotected void
TupleAndGraphQueryEvaluator.evaluateGraphQuery
(QueryLanguage queryLn, String queryString, RDFWriter writer, Collection<Namespace> namespaces) Evaluate SPARQL graph queryprotected void
TupleAndGraphQueryEvaluator.evaluateTupleQuery
(QueryLanguage queryLn, String queryString, QueryResultWriter writer) Evaluate SPARQL tuple query and send the output to a writer.protected void
TupleAndGraphQueryEvaluator.executeUpdate
(QueryLanguage queryLn, String queryString) Execute a SPARQL update -
Uses of MalformedQueryException in org.eclipse.rdf4j.federated
Modifier and TypeMethodDescriptionQueryManager.getQueryPlan
(String queryString) Retrieve the query plan for the given query string.QueryManager.prepareBooleanQuery
(String queryString) Prepare a boolean query which uses the underlying federation to evaluate the query.QueryManager.prepareGraphQuery
(String queryString) Prepare a tuple query which uses the underlying federation to evaluate the query.QueryManager.prepareQuery
(String queryString) Prepare aQuery
which uses the underlying federation to evaluate the SPARQL query.QueryManager.prepareTupleQuery
(String queryString) Prepare a tuple query which uses the underlying federation to evaluate the query. -
Uses of MalformedQueryException in org.eclipse.rdf4j.federated.algebra
Modifier and TypeMethodDescriptionprotected CloseableIteration
<BindingSet, QueryEvaluationException> StatementSourcePattern.handleStatementSourcePatternCheck
(BindingSet bindings) -
Uses of MalformedQueryException in org.eclipse.rdf4j.federated.evaluation
Modifier and TypeMethodDescriptionFederationEvalStrategy.evaluateExclusiveGroup
(ExclusiveGroup group, BindingSet bindings) SailFederationEvalStrategy.evaluateExclusiveGroup
(ExclusiveGroup group, BindingSet bindings) SparqlFederationEvalStrategy.evaluateExclusiveGroup
(ExclusiveGroup group, BindingSet bindings) protected CloseableIteration
<BindingSet, QueryEvaluationException> FederationEvalStrategy.evaluateExclusiveTupleExpr
(ExclusiveTupleExpr expr, BindingSet bindings) Evaluate anExclusiveTupleExpr
.FederationEvalStrategy.getStatements
(QueryInfo queryInfo, Resource subj, IRI pred, Value obj, Resource... contexts) Retrieve the statements matching the provided subject, predicate and object value from the federation members.SailTripleSource.getStatements
(Resource subj, IRI pred, Value obj, QueryInfo queryInfo, Resource... contexts) SailTripleSource.getStatements
(StatementPattern stmt, BindingSet bindings, FilterValueExpr filterExpr, QueryInfo queryInfo) SailTripleSource.getStatements
(TupleExpr preparedQuery, BindingSet bindings, FilterValueExpr filterExpr, QueryInfo queryInfo) SparqlTripleSource.getStatements
(Resource subj, IRI pred, Value obj, QueryInfo queryInfo, Resource... contexts) SparqlTripleSource.getStatements
(StatementPattern stmt, BindingSet bindings, FilterValueExpr filterExpr, QueryInfo queryInfo) SparqlTripleSource.getStatements
(TupleExpr preparedQuery, BindingSet bindings, FilterValueExpr filterExpr, QueryInfo queryInfo) TripleSource.getStatements
(String preparedQuery, QueryType queryType, QueryInfo queryInfo) Deprecated, for removal: This API element is subject to removal in a future version.TripleSource.getStatements
(String preparedQuery, BindingSet bindings, FilterValueExpr filterExpr, QueryInfo queryInfo) Evaluate the prepared query (SPARQL query as String) on the provided endpoint.TripleSource.getStatements
(String preparedQuery, BindingSet queryBindings, QueryType queryType, QueryInfo queryInfo) Evaluate a given SPARQL query of the provided query type at the given source.TripleSource.getStatements
(Resource subj, IRI pred, Value obj, QueryInfo queryInfo, Resource... contexts) Return the statements matching the given pattern as aStatement
iteration.TripleSource.getStatements
(StatementPattern stmt, BindingSet bindings, FilterValueExpr filterExpr, QueryInfo queryInfo) Evaluate the query expression on the provided endpoint.TripleSource.getStatements
(TupleExpr preparedQuery, BindingSet bindings, FilterValueExpr filterExpr, QueryInfo queryInfo) Evaluate the prepared query in its internal representation on the provided endpoint.TripleSourceBase.getStatements
(String preparedQuery, BindingSet bindings, FilterValueExpr filterExpr, QueryInfo queryInfo) TripleSourceBase.getStatements
(String preparedQuery, BindingSet queryBindings, QueryType queryType, QueryInfo queryInfo) boolean
SailTripleSource.hasStatements
(StatementPattern stmt, BindingSet bindings, QueryInfo queryInfo, Dataset dataset) boolean
SparqlTripleSource.hasStatements
(ExclusiveTupleExpr expr, BindingSet bindings) boolean
SparqlTripleSource.hasStatements
(StatementPattern stmt, BindingSet bindings, QueryInfo queryInfo, Dataset dataset) boolean
TripleSource.hasStatements
(ExclusiveTupleExpr expr, BindingSet bindings) Check if the repository can return results for the givenExclusiveTupleExpr
, e.g.boolean
TripleSource.hasStatements
(StatementPattern stmt, BindingSet bindings, QueryInfo queryInfo, Dataset dataset) Check if the provided statement can return results.boolean
TripleSourceBase.hasStatements
(ExclusiveTupleExpr group, BindingSet bindings) protected QueryEvaluationStep
FederationEvalStrategy.prepareExclusiveTupleExpr
(ExclusiveTupleExpr expr, QueryEvaluationContext context) -
Uses of MalformedQueryException in org.eclipse.rdf4j.federated.repository
Modifier and TypeMethodDescriptionFedXRepositoryConnection.prepareBooleanQuery
(QueryLanguage ql, String queryString, String baseURI) FedXRepositoryConnection.prepareGraphQuery
(QueryLanguage ql, String queryString, String baseURI) FedXRepositoryConnection.prepareQuery
(QueryLanguage ql, String queryString, String baseURI) FedXRepositoryConnection.prepareTupleQuery
(QueryLanguage ql, String queryString, String baseURI) FedXRepositoryConnection.prepareUpdate
(QueryLanguage ql, String updateString, String baseURI) -
Uses of MalformedQueryException in org.eclipse.rdf4j.http.client
Modifier and TypeMethodDescriptionprotected TupleQueryResult
SPARQLProtocolSession.getBackgroundTupleQueryResult
(org.apache.http.client.methods.HttpUriRequest method, WeakReference<?> callerRef) Deprecated.WeakReferenceinvalid input: '<'?> callerRef argument will be removedprotected void
SPARQLProtocolSession.getRDF
(org.apache.http.client.methods.HttpUriRequest method, RDFHandler handler, boolean requireContext) Parse the response in this thread using the providedRDFHandler
.protected GraphQueryResult
SPARQLProtocolSession.getRDFBackground
(org.apache.http.client.methods.HttpUriRequest method, boolean requireContext, WeakReference<?> callerRef) Deprecated.WeakReferenceinvalid input: '<'?> callerRef argument will be removedprotected void
SPARQLProtocolSession.getTupleQueryResult
(org.apache.http.client.methods.HttpUriRequest method, TupleQueryResultHandler handler) Parse the response in this thread using the providedTupleQueryResultHandler
.boolean
SPARQLProtocolSession.sendBooleanQuery
(QueryLanguage ql, String query, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Binding... bindings) boolean
SPARQLProtocolSession.sendBooleanQuery
(QueryLanguage ql, String query, Dataset dataset, boolean includeInferred, Binding... bindings) SPARQLProtocolSession.sendGraphQuery
(QueryLanguage ql, String query, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, WeakReference<?> callerRef, Binding... bindings) Deprecated.WeakReferenceinvalid input: '<'?> callerRef argument will be removedvoid
SPARQLProtocolSession.sendGraphQuery
(QueryLanguage ql, String query, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, RDFHandler handler, Binding... bindings) SPARQLProtocolSession.sendGraphQuery
(QueryLanguage ql, String query, Dataset dataset, boolean includeInferred, WeakReference<?> callerRef, Binding... bindings) Deprecated.WeakReferenceinvalid input: '<'?> callerRef argument will be removedvoid
SPARQLProtocolSession.sendGraphQuery
(QueryLanguage ql, String query, Dataset dataset, boolean includeInferred, RDFHandler handler, Binding... bindings) SPARQLProtocolSession.sendTupleQuery
(QueryLanguage ql, String query, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, WeakReference<?> callerRef, Binding... bindings) Deprecated.WeakReferenceinvalid input: '<'?> callerRef argument will be removedvoid
SPARQLProtocolSession.sendTupleQuery
(QueryLanguage ql, String query, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, TupleQueryResultHandler handler, Binding... bindings) SPARQLProtocolSession.sendTupleQuery
(QueryLanguage ql, String query, Dataset dataset, boolean includeInferred, WeakReference<?> callerRef, Binding... bindings) Deprecated.WeakReferenceinvalid input: '<'?> callerRef argument will be removedvoid
SPARQLProtocolSession.sendUpdate
(QueryLanguage ql, String update, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Binding... bindings) void
SPARQLProtocolSession.sendUpdate
(QueryLanguage ql, String update, String baseURI, Dataset dataset, boolean includeInferred, Binding... bindings) -
Uses of MalformedQueryException in org.eclipse.rdf4j.http.server.readonly.sparql
Modifier and TypeMethodDescriptionvoid
SparqlQueryEvaluator.evaluate
(EvaluateResult result, Repository repository, String query, String acceptHeader, String defaultGraphUri, String[] namedGraphUris) Evaluates/Execute the passed query against the passed repository usimg the passed arguments. -
Uses of MalformedQueryException in org.eclipse.rdf4j.query
Modifier and TypeClassDescriptionclass
An exception indicating that a string could not be parsed into an operation of the expected type by the parser. -
Uses of MalformedQueryException in org.eclipse.rdf4j.query.parser
Modifier and TypeMethodDescriptionstatic ParsedBooleanQuery
QueryParserUtil.parseBooleanQuery
(QueryLanguage ql, String query, String baseURI) Parses the supplied query into a query model.static ParsedGraphQuery
QueryParserUtil.parseGraphQuery
(QueryLanguage ql, String query, String baseURI) Parses the supplied query into a query model.static ParsedOperation
QueryParserUtil.parseOperation
(QueryLanguage ql, String operation, String baseURI) Parses the supplied operation into a query model.QueryParser.parseQuery
(String queryStr, String baseURI) static ParsedQuery
QueryParserUtil.parseQuery
(QueryLanguage ql, String query, String baseURI) Parses the supplied query into a query model.static ParsedTupleQuery
QueryParserUtil.parseTupleQuery
(QueryLanguage ql, String query, String baseURI) Parses the supplied query into a query model.QueryParser.parseUpdate
(String updateStr, String baseURI) static ParsedUpdate
QueryParserUtil.parseUpdate
(QueryLanguage ql, String update, String baseURI) Parses the supplied update operation into a query model. -
Uses of MalformedQueryException in org.eclipse.rdf4j.query.parser.sparql
Modifier and TypeMethodDescriptionConstructorBuilder.buildConstructor
(TupleExpr bodyExpr, boolean distinct, boolean reduced) SPARQLParser.parseQuery
(String queryStr, String baseURI) SPARQLParser.parseUpdate
(String updateStr, String baseURI) static void
BaseDeclProcessor.process
(org.eclipse.rdf4j.query.parser.sparql.ast.ASTOperationContainer qc, String externalBaseURI) Resolves relative URIs in the supplied query model using either the specified externalBaseURI or, if this parameter is null, the base URI specified in the query model itself.BlankNodeVarProcessor.process
(org.eclipse.rdf4j.query.parser.sparql.ast.ASTOperationContainer qc) static Dataset
DatasetDeclProcessor.process
(org.eclipse.rdf4j.query.parser.sparql.ast.ASTOperationContainer qc) Extracts a SPARQLDataset
from an ASTQueryContainer, if one is contained.PrefixDeclProcessor.process
(org.eclipse.rdf4j.query.parser.sparql.ast.ASTOperationContainer qc, Map<String, String> customDefaultPrefixes) Processes prefix declarations in queries.static void
StringEscapesProcessor.process
(org.eclipse.rdf4j.query.parser.sparql.ast.ASTOperationContainer qc) Processes escape sequences in ASTString objects.static void
WildcardProjectionProcessor.process
(org.eclipse.rdf4j.query.parser.sparql.ast.ASTOperationContainer container) Deprecated. -
Uses of MalformedQueryException in org.eclipse.rdf4j.repository
Modifier and TypeMethodDescriptiondefault BooleanQuery
RepositoryConnection.prepareBooleanQuery
(String query) Prepares SPARQL queries that return true or false, that is, SPARQL ASK queries.RepositoryConnection.prepareBooleanQuery
(QueryLanguage ql, String query) Prepares queries that return true or false.RepositoryConnection.prepareBooleanQuery
(QueryLanguage ql, String query, String baseURI) Prepares queries that return true or false.default GraphQuery
RepositoryConnection.prepareGraphQuery
(String query) Prepares SPARQL queries that produce RDF graphs, that is, SPARQL CONSTRUCT or DESCRIBE queries.RepositoryConnection.prepareGraphQuery
(QueryLanguage ql, String query) Prepares queries that produce RDF graphs.RepositoryConnection.prepareGraphQuery
(QueryLanguage ql, String query, String baseURI) Prepares queries that produce RDF graphs.default Query
RepositoryConnection.prepareQuery
(String query) Prepares a SPARQL query for evaluation on this repository (optional operation).RepositoryConnection.prepareQuery
(QueryLanguage ql, String query) Prepares a query for evaluation on this repository (optional operation).RepositoryConnection.prepareQuery
(QueryLanguage ql, String query, String baseURI) Prepares a query for evaluation on this repository (optional operation).default TupleQuery
RepositoryConnection.prepareTupleQuery
(String query) Prepares a SPARQL query that produces sets of value tuples, that is a SPARQL SELECT query.RepositoryConnection.prepareTupleQuery
(QueryLanguage ql, String query) Prepares a query that produces sets of value tuples.RepositoryConnection.prepareTupleQuery
(QueryLanguage ql, String query, String baseURI) Prepares a query that produces sets of value tuples.default Update
RepositoryConnection.prepareUpdate
(String update) Prepares a SPARQL Update operation.RepositoryConnection.prepareUpdate
(QueryLanguage ql, String update) Prepares an Update operation.RepositoryConnection.prepareUpdate
(QueryLanguage ql, String update, String baseURI) Prepares an Update operation. -
Uses of MalformedQueryException in org.eclipse.rdf4j.repository.base
Modifier and TypeMethodDescriptionAbstractRepositoryConnection.prepareBooleanQuery
(QueryLanguage ql, String query) RepositoryConnectionWrapper.prepareBooleanQuery
(QueryLanguage ql, String query, String baseURI) AbstractRepositoryConnection.prepareGraphQuery
(QueryLanguage ql, String query) RepositoryConnectionWrapper.prepareGraphQuery
(QueryLanguage ql, String query, String baseURI) AbstractRepositoryConnection.prepareQuery
(QueryLanguage ql, String query) RepositoryConnectionWrapper.prepareQuery
(QueryLanguage ql, String query, String baseURI) AbstractRepositoryConnection.prepareTupleQuery
(QueryLanguage ql, String query) RepositoryConnectionWrapper.prepareTupleQuery
(QueryLanguage ql, String query, String baseURI) AbstractRepositoryConnection.prepareUpdate
(QueryLanguage ql, String update) RepositoryConnectionWrapper.prepareUpdate
(QueryLanguage ql, String update, String baseURI) -
Uses of MalformedQueryException in org.eclipse.rdf4j.repository.contextaware
Modifier and TypeMethodDescriptionContextAwareConnection.prepareBooleanQuery
(QueryLanguage ql, String query) ContextAwareConnection.prepareBooleanQuery
(QueryLanguage ql, String query, String baseURI) ContextAwareConnection.prepareGraphQuery
(String query) ContextAwareConnection.prepareGraphQuery
(QueryLanguage ql, String query) ContextAwareConnection.prepareGraphQuery
(QueryLanguage ql, String query, String baseURI) ContextAwareConnection.prepareQuery
(String query) ContextAwareConnection.prepareQuery
(QueryLanguage ql, String query) ContextAwareConnection.prepareQuery
(QueryLanguage ql, String query, String baseURI) ContextAwareConnection.prepareTupleQuery
(String query) ContextAwareConnection.prepareTupleQuery
(QueryLanguage ql, String query) ContextAwareConnection.prepareTupleQuery
(QueryLanguage ql, String query, String baseURI) ContextAwareConnection.prepareUpdate
(String query) ContextAwareConnection.prepareUpdate
(QueryLanguage ql, String query) ContextAwareConnection.prepareUpdate
(QueryLanguage ql, String update, String baseURI) -
Uses of MalformedQueryException in org.eclipse.rdf4j.repository.dataset
Modifier and TypeMethodDescriptionDatasetRepositoryConnection.prepareBooleanQuery
(QueryLanguage ql, String query, String baseURI) DatasetRepositoryConnection.prepareGraphQuery
(QueryLanguage ql, String query, String baseURI) DatasetRepositoryConnection.prepareQuery
(QueryLanguage ql, String query, String baseURI) DatasetRepositoryConnection.prepareTupleQuery
(QueryLanguage ql, String query, String baseURI) -
Uses of MalformedQueryException in org.eclipse.rdf4j.repository.event.base
Modifier and TypeMethodDescriptionInterceptingRepositoryConnectionWrapper.prepareUpdate
(QueryLanguage ql, String update, String baseURI) NotifyingRepositoryConnectionWrapper.prepareUpdate
(QueryLanguage ql, String update, String baseURI) -
Uses of MalformedQueryException in org.eclipse.rdf4j.repository.http
Modifier and TypeMethodDescriptionHTTPQueryEvaluationException.getCauseAsMalformedQueryException()
HTTPUpdateExecutionException.getCauseAsMalformedQueryException()
-
Uses of MalformedQueryException in org.eclipse.rdf4j.repository.sail
Modifier and TypeMethodDescriptionSailRepositoryConnection.prepareBooleanQuery
(QueryLanguage ql, String queryString, String baseURI) SailRepositoryConnection.prepareGraphQuery
(QueryLanguage ql, String queryString, String baseURI) SailRepositoryConnection.prepareQuery
(QueryLanguage ql, String queryString, String baseURI) SailRepositoryConnection.prepareTupleQuery
(QueryLanguage ql, String queryString, String baseURI) SailRepositoryConnection.prepareUpdate
(QueryLanguage ql, String update, String baseURI) -
Uses of MalformedQueryException in org.eclipse.rdf4j.repository.sparql
Modifier and TypeMethodDescriptionSPARQLConnection.prepareBooleanQuery
(QueryLanguage ql, String query, String base) SPARQLConnection.prepareGraphQuery
(QueryLanguage ql, String query, String base) SPARQLConnection.prepareQuery
(QueryLanguage ql, String query, String base) SPARQLConnection.prepareTupleQuery
(QueryLanguage ql, String query, String base) SPARQLConnection.prepareUpdate
(QueryLanguage ql, String update, String baseURI) -
Uses of MalformedQueryException in org.eclipse.rdf4j.repository.util
Modifier and TypeMethodDescriptionstatic <T> T
Repositories.graphQuery
(Repository repository, String query, Function<GraphQueryResult, T> processFunction) Performs a SPARQL Construct or Describe query on the given Repository within a transaction and passes the results to the givenFunction
with the result from the function returned by the method.static void
Repositories.graphQuery
(Repository repository, String query, RDFHandler handler) Performs a SPARQL Construct or Describe query on the given Repository within a transaction and passes the results to the givenRDFHandler
.static <T> T
Repositories.graphQueryNoTransaction
(Repository repository, String query, Function<GraphQueryResult, T> processFunction) Performs a SPARQL Construct or Describe query on the given Repository without opening a transaction and passes the results to the givenFunction
with the result from the function returned by the method.static void
Repositories.graphQueryNoTransaction
(Repository repository, String query, RDFHandler handler) Performs a SPARQL Construct or Describe query on the given Repository without opening a transaction and passes the results to the givenRDFHandler
.static <T> T
Repositories.tupleQuery
(Repository repository, String query, Function<TupleQueryResult, T> processFunction) Performs a SPARQL Select query on the given Repository within a transaction and passes the results to the givenFunction
with the result from the function returned by the method.static void
Repositories.tupleQuery
(Repository repository, String query, TupleQueryResultHandler handler) Performs a SPARQL Select query on the given Repository within a transaction and passes the results to the givenTupleQueryResultHandler
.static <T> T
Repositories.tupleQueryNoTransaction
(Repository repository, String query, Function<TupleQueryResult, T> processFunction) Performs a SPARQL Select query on the given Repository without opening a transaction and passes the results to the givenFunction
with the result from the function returned by the method.static void
Repositories.tupleQueryNoTransaction
(Repository repository, String query, TupleQueryResultHandler handler) Performs a SPARQL Select query on the given Repository without opening a transaction and passes the results to the givenTupleQueryResultHandler
. -
Uses of MalformedQueryException in org.eclipse.rdf4j.sail.elasticsearch
Modifier and TypeMethodDescriptionprotected Iterable
<? extends DocumentDistance> ElasticsearchIndex.geoQuery
(IRI geoProperty, org.locationtech.spatial4j.shape.Point p, IRI units, double distance, String distanceVar, Var contextVar) protected Iterable
<? extends DocumentResult> ElasticsearchIndex.geoRelationQuery
(String relation, IRI geoProperty, String wkt, Var contextVar) protected Iterable
<? extends DocumentScore> Parse the passed query. -
Uses of MalformedQueryException in org.eclipse.rdf4j.sail.inferencer.fc
Modifier and TypeMethodDescriptionfinal void
CustomGraphQueryInferencer.setFields
(QueryLanguage language, String queryText, String matcherText) Called in order to set all the fields needed for the inferencer to function.ModifierConstructorDescriptionCustomGraphQueryInferencer
(QueryLanguage language, String queryText, String matcherText) Create a new custom inferencer.CustomGraphQueryInferencer
(NotifyingSail baseSail, QueryLanguage language, String queryText, String matcherText) Create a new custom inferencer. -
Uses of MalformedQueryException in org.eclipse.rdf4j.sail.inferencer.fc.config
Modifier and TypeMethodDescriptionstatic String
CustomGraphQueryInferencerConfig.buildMatcherQueryFromRuleQuery
(QueryLanguage language, String ruleQuery) -
Uses of MalformedQueryException in org.eclipse.rdf4j.sail.lucene
Modifier and TypeMethodDescriptionprotected abstract Iterable
<? extends DocumentDistance> AbstractSearchIndex.geoQuery
(IRI geoProperty, org.locationtech.spatial4j.shape.Point p, IRI units, double distance, String distanceVar, Var context) protected abstract Iterable
<? extends DocumentResult> AbstractSearchIndex.geoRelationQuery
(String relation, IRI geoProperty, String wkt, Var context) protected abstract Iterable
<? extends DocumentScore> -
Uses of MalformedQueryException in org.eclipse.rdf4j.sail.lucene.impl
Modifier and TypeMethodDescriptionprotected Iterable
<? extends DocumentDistance> LuceneIndex.geoQuery
(IRI geoProperty, org.locationtech.spatial4j.shape.Point p, IRI units, double distance, String distanceVar, Var contextVar) protected Iterable
<? extends DocumentResult> LuceneIndex.geoRelationQuery
(String relation, IRI geoProperty, String wkt, Var contextVar) protected Iterable
<? extends DocumentScore> Parse the passed query. -
Uses of MalformedQueryException in org.eclipse.rdf4j.sail.solr
Modifier and TypeMethodDescriptionprotected Iterable
<? extends DocumentDistance> SolrIndex.geoQuery
(IRI geoProperty, org.locationtech.spatial4j.shape.Point p, IRI units, double distance, String distanceVar, Var contextVar) protected Iterable
<? extends DocumentResult> SolrIndex.geoRelationQuery
(String relation, IRI geoProperty, String wkt, Var contextVar) protected Iterable
<? extends DocumentScore> Parse the passed query. -
Uses of MalformedQueryException in org.eclipse.rdf4j.spring.operationlog
Modifier and TypeMethodDescriptionLoggingRepositoryConnection.prepareGraphQuery
(String query) LoggingRepositoryConnection.prepareGraphQuery
(QueryLanguage ql, String query) LoggingRepositoryConnection.prepareGraphQuery
(QueryLanguage ql, String queryString, String baseURI) LoggingRepositoryConnection.prepareTupleQuery
(String query) LoggingRepositoryConnection.prepareTupleQuery
(QueryLanguage ql, String query) LoggingRepositoryConnection.prepareTupleQuery
(QueryLanguage ql, String queryString, String baseURI) LoggingRepositoryConnection.prepareUpdate
(QueryLanguage ql, String updateString, String baseURI) -
Uses of MalformedQueryException in org.eclipse.rdf4j.spring.resultcache
Modifier and TypeMethodDescriptionCachingRepositoryConnection.prepareGraphQuery
(QueryLanguage ql, String queryString, String baseURI) CachingRepositoryConnection.prepareTupleQuery
(QueryLanguage ql, String queryString, String baseURI) CachingRepositoryConnection.prepareUpdate
(QueryLanguage ql, String updateString, String baseURI) -
Uses of MalformedQueryException in org.eclipse.rdf4j.spring.tx
-
Uses of MalformedQueryException in org.eclipse.rdf4j.testsuite.query.parser.sparql
-
Uses of MalformedQueryException in org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest
Modifier and TypeMethodDescriptionprotected static String
SPARQLQueryTest.getManifestName
(Repository manifestRep, RepositoryConnection con, String manifestFileURL) Deprecated.protected static String
SPARQLUpdateConformanceTest.getManifestName
(Repository manifestRep, RepositoryConnection con, String manifestFileURL) Deprecated.protected abstract ParsedOperation
SPARQL11SyntaxComplianceTest.parseOperation
(String operation, String fileURL) protected abstract ParsedOperation
SPARQL11SyntaxTest.parseOperation
(String operation, String fileURL) Deprecated.protected abstract ParsedOperation
SPARQLSyntaxComplianceTest.parseOperation
(String operation, String fileURL) -
Uses of MalformedQueryException in org.eclipse.rdf4j.workbench.commands
Modifier and TypeMethodDescriptionvoid
SummaryServlet.service
(TupleResultBuilder builder, String xslPath) -
Uses of MalformedQueryException in org.eclipse.rdf4j.workbench.util
Modifier and TypeMethodDescriptionboolean
QueryStorage.askExists
(HTTPRepository repository, String queryName, String userName) boolean
Determines whether the user with the given userName is allowed to update or delete the given query.boolean
Determines whether the user with the given userName is allowed to read the given query.void
QueryStorage.deleteQuery
(IRI query, String userName) Delete the given query for the given user.void
QueryStorage.selectSavedQueries
(HTTPRepository repository, String userName, TupleResultBuilder builder) Prepares a query to retrieve the queries accessible to the given user in the given repository.void
QueryStorage.updateQuery
(IRI query, String userName, boolean shared, QueryLanguage queryLanguage, String queryText, boolean infer, int rowsPerPage) Update the entry for the given query. -
Uses of MalformedQueryException in org.eclipse.testsuite.rdf4j.sail.lucene
Modifier and TypeMethodDescriptionvoid
AbstractLuceneSailGeoSPARQLTest.testComplexDistanceQuery()
void
AbstractLuceneSailGeoSPARQLTest.testComplexDistanceQueryMathExpr()
void
AbstractLuceneSailGeoSPARQLTest.testComplexIntersectionQuery()
void
AbstractLuceneSailTest.testComplexQueryOne()
void
AbstractLuceneSailTest.testComplexQueryTwo()
void
AbstractLuceneSailGeoSPARQLTest.testDistanceQuery()
void
AbstractLuceneSailTest.testFuzzyQuery()
void
AbstractLuceneSailTest.testGraphQuery()
void
AbstractLuceneSailGeoSPARQLTest.testIntersectionQuery()
void
AbstractLuceneSailTest.testMultipleLuceneQueries()
void
AbstractLuceneSailTest.testPredicateLuceneQueries()
void
AbstractLuceneSailTest.testPropertyVar()
void
AbstractLuceneSailTest.testQueryWithSpecifiedSubject()
void
AbstractLuceneSailIndexedPropertiesTest.testRegularQuery()
void
AbstractLuceneSailTest.testRegularQuery()
void
AbstractLuceneSailTest.testSnippetLimitedToPredicate()
Test if the snippets do not accidentially come from the "text" field while we actually expect them to come from the predicate field.void
AbstractLuceneSailTest.testSnippetQueries()
void
AbstractLuceneSailTest.testUnionQuery()