Uses of Interface
org.jrdf.sparql.SparqlConnection

Packages that use SparqlConnection
org.jrdf   
org.jrdf.sparql Classes in this package parse Rel queries to allow querying of JRDF graphs. 
 

Uses of SparqlConnection in org.jrdf
 

Methods in org.jrdf that return SparqlConnection
 SparqlConnection SpringJRDFFactoryImpl.getNewSparqlConnection()
           
 SparqlConnection SortedMemoryJRDFFactoryImpl.getNewSparqlConnection()
           
 SparqlConnection JRDFFactory.getNewSparqlConnection()
          Create a new connection to perform SPARQL operations depending on the current configuration.
 

Uses of SparqlConnection in org.jrdf.sparql
 

Classes in org.jrdf.sparql that implement SparqlConnection
 class SparqlConnectionImpl
          Default implementation of a SparqlConnection.