Uses of Class
org.eclipse.rdf4j.query.MalformedQueryException
-
Packages that use MalformedQueryException Package Description org.eclipse.rdf4j.http.client org.eclipse.rdf4j.query Interfaces and classes for handling queries and query results.org.eclipse.rdf4j.query.parser org.eclipse.rdf4j.query.parser.sparql The rdf4j SPARQL 1.1 parser.org.eclipse.rdf4j.repository The Repository API: the main API for accessing rdf databases and SPARQL endpoints.org.eclipse.rdf4j.repository.base Abstract base classes and wrappers for the main Repository API interfaces.org.eclipse.rdf4j.repository.contextaware A repository wrapper with convenience functions for handling contexts.org.eclipse.rdf4j.repository.dataset A repository wrapper which supports auto-loading of datasets specified in a query.org.eclipse.rdf4j.repository.event.base Wrapper/adapter base implementations.org.eclipse.rdf4j.repository.http A repository that serves as a proxy client for a remote repository on an RDF4J Server.org.eclipse.rdf4j.repository.sail Repository implementation for local RDF databases that implement the SAIL SPI.org.eclipse.rdf4j.repository.sparql ARepositorythat serves as a SPARQL endpoint client.org.eclipse.rdf4j.repository.util Helper classes for working with Repositories.org.eclipse.rdf4j.sail.inferencer.fc Forward-chaining inferencers, implemented asStackableSails.org.eclipse.rdf4j.sail.inferencer.fc.config org.eclipse.rdf4j.sail.lucene A Sail implementation that supports full-text indexing via the Lucene API. -
-
Uses of MalformedQueryException in org.eclipse.rdf4j.http.client
Methods in org.eclipse.rdf4j.http.client that throw MalformedQueryException Modifier and Type Method Description protected TupleQueryResultSPARQLProtocolSession. getBackgroundTupleQueryResult(org.apache.http.client.methods.HttpUriRequest method, java.lang.ref.WeakReference<?> callerRef)Deprecated.WeakReference> callerRef argument will be removedprotected voidSPARQLProtocolSession. getRDF(org.apache.http.client.methods.HttpUriRequest method, RDFHandler handler, boolean requireContext)Parse the response in this thread using the providedRDFHandler.protected GraphQueryResultSPARQLProtocolSession. getRDFBackground(org.apache.http.client.methods.HttpUriRequest method, boolean requireContext, java.lang.ref.WeakReference<?> callerRef)Deprecated.WeakReference> callerRef argument will be removedprotected voidSPARQLProtocolSession. getTupleQueryResult(org.apache.http.client.methods.HttpUriRequest method, TupleQueryResultHandler handler)Parse the response in this thread using the providedTupleQueryResultHandler.booleanSPARQLProtocolSession. sendBooleanQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Binding... bindings)booleanSPARQLProtocolSession. sendBooleanQuery(QueryLanguage ql, java.lang.String query, Dataset dataset, boolean includeInferred, Binding... bindings)GraphQueryResultSPARQLProtocolSession. sendGraphQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, java.lang.ref.WeakReference<?> callerRef, Binding... bindings)Deprecated.WeakReference> callerRef argument will be removedvoidSPARQLProtocolSession. sendGraphQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, RDFHandler handler, Binding... bindings)GraphQueryResultSPARQLProtocolSession. sendGraphQuery(QueryLanguage ql, java.lang.String query, Dataset dataset, boolean includeInferred, java.lang.ref.WeakReference<?> callerRef, Binding... bindings)Deprecated.WeakReference> callerRef argument will be removedvoidSPARQLProtocolSession. sendGraphQuery(QueryLanguage ql, java.lang.String query, Dataset dataset, boolean includeInferred, RDFHandler handler, Binding... bindings)private org.apache.http.HttpResponseSPARQLProtocolSession. sendGraphQueryViaHttp(org.apache.http.client.methods.HttpUriRequest method, boolean requireContext, java.util.Set<RDFFormat> rdfFormats)TupleQueryResultSPARQLProtocolSession. sendTupleQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, java.lang.ref.WeakReference<?> callerRef, Binding... bindings)Deprecated.WeakReference> callerRef argument will be removedvoidSPARQLProtocolSession. sendTupleQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, TupleQueryResultHandler handler, Binding... bindings)TupleQueryResultSPARQLProtocolSession. sendTupleQuery(QueryLanguage ql, java.lang.String query, Dataset dataset, boolean includeInferred, java.lang.ref.WeakReference<?> callerRef, Binding... bindings)Deprecated.WeakReference> callerRef argument will be removedprivate org.apache.http.HttpResponseSPARQLProtocolSession. sendTupleQueryViaHttp(org.apache.http.client.methods.HttpUriRequest method, java.util.Set<QueryResultFormat> tqrFormats)Send the tuple query via HTTP and throws an exception in case anything goes wrong, i.e.voidSPARQLProtocolSession. sendUpdate(QueryLanguage ql, java.lang.String update, java.lang.String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Binding... bindings)voidSPARQLProtocolSession. sendUpdate(QueryLanguage ql, java.lang.String update, java.lang.String baseURI, Dataset dataset, boolean includeInferred, Binding... bindings) -
Uses of MalformedQueryException in org.eclipse.rdf4j.query
Subclasses of MalformedQueryException in org.eclipse.rdf4j.query Modifier and Type Class Description classIncompatibleOperationExceptionAn 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
Methods in org.eclipse.rdf4j.query.parser that throw MalformedQueryException Modifier and Type Method Description static ParsedBooleanQueryQueryParserUtil. parseBooleanQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI)Parses the supplied query into a query model.static ParsedGraphQueryQueryParserUtil. parseGraphQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI)Parses the supplied query into a query model.static ParsedOperationQueryParserUtil. parseOperation(QueryLanguage ql, java.lang.String operation, java.lang.String baseURI)Parses the supplied operation into a query model.ParsedQueryQueryParser. parseQuery(java.lang.String queryStr, java.lang.String baseURI)static ParsedQueryQueryParserUtil. parseQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI)Parses the supplied query into a query model.static ParsedTupleQueryQueryParserUtil. parseTupleQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI)Parses the supplied query into a query model.ParsedUpdateQueryParser. parseUpdate(java.lang.String updateStr, java.lang.String baseURI)static ParsedUpdateQueryParserUtil. parseUpdate(QueryLanguage ql, java.lang.String update, java.lang.String baseURI)Parses the supplied update operation into a query model. -
Uses of MalformedQueryException in org.eclipse.rdf4j.query.parser.sparql
Methods in org.eclipse.rdf4j.query.parser.sparql that throw MalformedQueryException Modifier and Type Method Description private static voidWildcardProjectionProcessor. addQueryVars(ASTWhereClause queryBody, Node wildcardNode)Deprecated.TupleExprConstructorBuilder. buildConstructor(TupleExpr bodyExpr, boolean distinct, boolean reduced)private TupleExprSPARQLParser. buildQueryModel(Node qc)ParsedQuerySPARQLParser. parseQuery(java.lang.String queryStr, java.lang.String baseURI)ParsedUpdateSPARQLParser. parseUpdate(java.lang.String updateStr, java.lang.String baseURI)static voidBaseDeclProcessor. process(ASTOperationContainer qc, java.lang.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.static java.util.Set<java.lang.String>BlankNodeVarProcessor. process(ASTOperationContainer qc)static DatasetDatasetDeclProcessor. process(ASTOperationContainer qc)Extracts a SPARQLDatasetfrom an ASTQueryContainer, if one is contained.static java.util.Map<java.lang.String,java.lang.String>PrefixDeclProcessor. process(ASTOperationContainer qc, java.util.Map<java.lang.String,java.lang.String> customDefaultPrefixes)Processes prefix declarations in queries.static voidStringEscapesProcessor. process(ASTOperationContainer qc)Processes escape sequences in ASTString objects.static voidWildcardProjectionProcessor. process(ASTOperationContainer container)Deprecated. -
Uses of MalformedQueryException in org.eclipse.rdf4j.repository
Methods in org.eclipse.rdf4j.repository that throw MalformedQueryException Modifier and Type Method Description default BooleanQueryRepositoryConnection. prepareBooleanQuery(java.lang.String query)Prepares SPARQL queries that return true or false, that is, SPARQL ASK queries.BooleanQueryRepositoryConnection. prepareBooleanQuery(QueryLanguage ql, java.lang.String query)Prepares queries that return true or false.BooleanQueryRepositoryConnection. prepareBooleanQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI)Prepares queries that return true or false.default GraphQueryRepositoryConnection. prepareGraphQuery(java.lang.String query)Prepares SPARQL queries that produce RDF graphs, that is, SPARQL CONSTRUCT or DESCRIBE queries.GraphQueryRepositoryConnection. prepareGraphQuery(QueryLanguage ql, java.lang.String query)Prepares queries that produce RDF graphs.GraphQueryRepositoryConnection. prepareGraphQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI)Prepares queries that produce RDF graphs.default QueryRepositoryConnection. prepareQuery(java.lang.String query)Prepares a SPARQL query for evaluation on this repository (optional operation).QueryRepositoryConnection. prepareQuery(QueryLanguage ql, java.lang.String query)Prepares a query for evaluation on this repository (optional operation).QueryRepositoryConnection. prepareQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI)Prepares a query for evaluation on this repository (optional operation).default TupleQueryRepositoryConnection. prepareTupleQuery(java.lang.String query)Prepares a SPARQL query that produces sets of value tuples, that is a SPARQL SELECT query.TupleQueryRepositoryConnection. prepareTupleQuery(QueryLanguage ql, java.lang.String query)Prepares a query that produces sets of value tuples.TupleQueryRepositoryConnection. prepareTupleQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI)Prepares a query that produces sets of value tuples.default UpdateRepositoryConnection. prepareUpdate(java.lang.String update)Prepares a SPARQL Update operation.UpdateRepositoryConnection. prepareUpdate(QueryLanguage ql, java.lang.String update)Prepares an Update operation.UpdateRepositoryConnection. prepareUpdate(QueryLanguage ql, java.lang.String update, java.lang.String baseURI)Prepares an Update operation. -
Uses of MalformedQueryException in org.eclipse.rdf4j.repository.base
Methods in org.eclipse.rdf4j.repository.base that throw MalformedQueryException Modifier and Type Method Description BooleanQueryAbstractRepositoryConnection. prepareBooleanQuery(QueryLanguage ql, java.lang.String query)BooleanQueryRepositoryConnectionWrapper. prepareBooleanQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI)GraphQueryAbstractRepositoryConnection. prepareGraphQuery(QueryLanguage ql, java.lang.String query)GraphQueryRepositoryConnectionWrapper. prepareGraphQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI)QueryAbstractRepositoryConnection. prepareQuery(QueryLanguage ql, java.lang.String query)QueryRepositoryConnectionWrapper. prepareQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI)TupleQueryAbstractRepositoryConnection. prepareTupleQuery(QueryLanguage ql, java.lang.String query)TupleQueryRepositoryConnectionWrapper. prepareTupleQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI)UpdateAbstractRepositoryConnection. prepareUpdate(QueryLanguage ql, java.lang.String update)UpdateRepositoryConnectionWrapper. prepareUpdate(QueryLanguage ql, java.lang.String update, java.lang.String baseURI) -
Uses of MalformedQueryException in org.eclipse.rdf4j.repository.contextaware
Methods in org.eclipse.rdf4j.repository.contextaware that throw MalformedQueryException Modifier and Type Method Description BooleanQueryContextAwareConnection. prepareBooleanQuery(QueryLanguage ql, java.lang.String query)BooleanQueryContextAwareConnection. prepareBooleanQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI)GraphQueryContextAwareConnection. prepareGraphQuery(java.lang.String query)GraphQueryContextAwareConnection. prepareGraphQuery(QueryLanguage ql, java.lang.String query)GraphQueryContextAwareConnection. prepareGraphQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI)QueryContextAwareConnection. prepareQuery(java.lang.String query)QueryContextAwareConnection. prepareQuery(QueryLanguage ql, java.lang.String query)QueryContextAwareConnection. prepareQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI)TupleQueryContextAwareConnection. prepareTupleQuery(java.lang.String query)TupleQueryContextAwareConnection. prepareTupleQuery(QueryLanguage ql, java.lang.String query)TupleQueryContextAwareConnection. prepareTupleQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI)UpdateContextAwareConnection. prepareUpdate(java.lang.String query)UpdateContextAwareConnection. prepareUpdate(QueryLanguage ql, java.lang.String query)UpdateContextAwareConnection. prepareUpdate(QueryLanguage ql, java.lang.String update, java.lang.String baseURI) -
Uses of MalformedQueryException in org.eclipse.rdf4j.repository.dataset
Methods in org.eclipse.rdf4j.repository.dataset that throw MalformedQueryException Modifier and Type Method Description BooleanQueryDatasetRepositoryConnection. prepareBooleanQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI)GraphQueryDatasetRepositoryConnection. prepareGraphQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI)QueryDatasetRepositoryConnection. prepareQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI)TupleQueryDatasetRepositoryConnection. prepareTupleQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI) -
Uses of MalformedQueryException in org.eclipse.rdf4j.repository.event.base
Methods in org.eclipse.rdf4j.repository.event.base that throw MalformedQueryException Modifier and Type Method Description UpdateInterceptingRepositoryConnectionWrapper. prepareUpdate(QueryLanguage ql, java.lang.String update, java.lang.String baseURI)UpdateNotifyingRepositoryConnectionWrapper. prepareUpdate(QueryLanguage ql, java.lang.String update, java.lang.String baseURI) -
Uses of MalformedQueryException in org.eclipse.rdf4j.repository.http
Methods in org.eclipse.rdf4j.repository.http that return MalformedQueryException Modifier and Type Method Description MalformedQueryExceptionHTTPQueryEvaluationException. getCauseAsMalformedQueryException()MalformedQueryExceptionHTTPUpdateExecutionException. getCauseAsMalformedQueryException()Methods in org.eclipse.rdf4j.repository.http that throw MalformedQueryException Modifier and Type Method Description UpdateHTTPRepositoryConnection. prepareUpdate(QueryLanguage ql, java.lang.String update, java.lang.String baseURI) -
Uses of MalformedQueryException in org.eclipse.rdf4j.repository.sail
Methods in org.eclipse.rdf4j.repository.sail that throw MalformedQueryException Modifier and Type Method Description SailBooleanQuerySailRepositoryConnection. prepareBooleanQuery(QueryLanguage ql, java.lang.String queryString, java.lang.String baseURI)SailGraphQuerySailRepositoryConnection. prepareGraphQuery(QueryLanguage ql, java.lang.String queryString, java.lang.String baseURI)SailQuerySailRepositoryConnection. prepareQuery(QueryLanguage ql, java.lang.String queryString, java.lang.String baseURI)SailTupleQuerySailRepositoryConnection. prepareTupleQuery(QueryLanguage ql, java.lang.String queryString, java.lang.String baseURI)UpdateSailRepositoryConnection. prepareUpdate(QueryLanguage ql, java.lang.String update, java.lang.String baseURI) -
Uses of MalformedQueryException in org.eclipse.rdf4j.repository.sparql
Methods in org.eclipse.rdf4j.repository.sparql that throw MalformedQueryException Modifier and Type Method Description private RepositoryResult<Statement>SPARQLConnection. getStatementGeneral(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)private RepositoryResult<Statement>SPARQLConnection. getStatementsQuadMode(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)BooleanQuerySPARQLConnection. prepareBooleanQuery(QueryLanguage ql, java.lang.String query, java.lang.String base)GraphQuerySPARQLConnection. prepareGraphQuery(QueryLanguage ql, java.lang.String query, java.lang.String base)QuerySPARQLConnection. prepareQuery(QueryLanguage ql, java.lang.String query, java.lang.String base)TupleQuerySPARQLConnection. prepareTupleQuery(QueryLanguage ql, java.lang.String query, java.lang.String base)UpdateSPARQLConnection. prepareUpdate(QueryLanguage ql, java.lang.String update, java.lang.String baseURI) -
Uses of MalformedQueryException in org.eclipse.rdf4j.repository.util
Methods in org.eclipse.rdf4j.repository.util that throw MalformedQueryException Modifier and Type Method Description static <T> TRepositories. graphQuery(Repository repository, java.lang.String query, java.util.function.Function<GraphQueryResult,T> processFunction)Performs a SPARQL Construct or Describe query on the given Repository within a transaction and passes the results to the givenFunctionwith the result from the function returned by the method.static voidRepositories. graphQuery(Repository repository, java.lang.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> TRepositories. graphQueryNoTransaction(Repository repository, java.lang.String query, java.util.function.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 givenFunctionwith the result from the function returned by the method.static voidRepositories. graphQueryNoTransaction(Repository repository, java.lang.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> TRepositories. tupleQuery(Repository repository, java.lang.String query, java.util.function.Function<TupleQueryResult,T> processFunction)Performs a SPARQL Select query on the given Repository within a transaction and passes the results to the givenFunctionwith the result from the function returned by the method.static voidRepositories. tupleQuery(Repository repository, java.lang.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> TRepositories. tupleQueryNoTransaction(Repository repository, java.lang.String query, java.util.function.Function<TupleQueryResult,T> processFunction)Performs a SPARQL Select query on the given Repository without opening a transaction and passes the results to the givenFunctionwith the result from the function returned by the method.static voidRepositories. tupleQueryNoTransaction(Repository repository, java.lang.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.inferencer.fc
Methods in org.eclipse.rdf4j.sail.inferencer.fc that throw MalformedQueryException Modifier and Type Method Description voidCustomGraphQueryInferencer. setFields(QueryLanguage language, java.lang.String queryText, java.lang.String matcherText)Called in order to set all the fields needed for the inferencer to function.Constructors in org.eclipse.rdf4j.sail.inferencer.fc that throw MalformedQueryException Constructor Description CustomGraphQueryInferencer(QueryLanguage language, java.lang.String queryText, java.lang.String matcherText)Create a new custom inferencer.CustomGraphQueryInferencer(NotifyingSail baseSail, QueryLanguage language, java.lang.String queryText, java.lang.String matcherText)Create a new custom inferencer. -
Uses of MalformedQueryException in org.eclipse.rdf4j.sail.inferencer.fc.config
Methods in org.eclipse.rdf4j.sail.inferencer.fc.config that throw MalformedQueryException Modifier and Type Method Description static java.lang.StringCustomGraphQueryInferencerConfig. buildMatcherQueryFromRuleQuery(QueryLanguage language, java.lang.String ruleQuery) -
Uses of MalformedQueryException in org.eclipse.rdf4j.sail.lucene
Methods in org.eclipse.rdf4j.sail.lucene that throw MalformedQueryException Modifier and Type Method Description protected abstract java.lang.Iterable<? extends DocumentDistance>AbstractSearchIndex. geoQuery(IRI geoProperty, org.locationtech.spatial4j.shape.Point p, IRI units, double distance, java.lang.String distanceVar, Var context)protected abstract java.lang.Iterable<? extends DocumentResult>AbstractSearchIndex. geoRelationQuery(java.lang.String relation, IRI geoProperty, java.lang.String wkt, Var context)protected abstract java.lang.Iterable<? extends DocumentScore>AbstractSearchIndex. query(Resource subject, QuerySpec param)
-