Uses of Class
org.eclipse.rdf4j.repository.sparql.SPARQLRepository
-
Packages that use SPARQLRepository Package Description org.eclipse.rdf4j.repository.sparql ARepository
that serves as a SPARQL endpoint client.org.eclipse.rdf4j.repository.sparql.config -
-
Uses of SPARQLRepository in org.eclipse.rdf4j.repository.sparql
Methods in org.eclipse.rdf4j.repository.sparql that return SPARQLRepository Modifier and Type Method Description SPARQLRepository
SPARQLConnection. getRepository()
Constructors in org.eclipse.rdf4j.repository.sparql with parameters of type SPARQLRepository Constructor Description SPARQLConnection(SPARQLRepository repository, SPARQLProtocolSession client)
SPARQLConnection(SPARQLRepository repository, SPARQLProtocolSession client, boolean quadMode)
-
Uses of SPARQLRepository in org.eclipse.rdf4j.repository.sparql.config
Methods in org.eclipse.rdf4j.repository.sparql.config that return SPARQLRepository Modifier and Type Method Description SPARQLRepository
SPARQLRepositoryFactory. getRepository(RepositoryImplConfig config)
-