Uses of Interface
org.jrdf.sparql.SparqlConnection

Packages that use SparqlConnection
org.jrdf   
org.jrdf.graph.global.factory   
org.jrdf.gui.model   
org.jrdf.sparql Classes in this package parse SPARQL queries to allow querying of JRDF graphs. 
 

Uses of SparqlConnection in org.jrdf
 

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

Uses of SparqlConnection in org.jrdf.graph.global.factory
 

Methods in org.jrdf.graph.global.factory that return SparqlConnection
 SparqlConnection GlobalizedGraphMemFactoryImpl.getNewSparqlConnection()
           
 SparqlConnection GlobalizedGraphFactory.getNewSparqlConnection()
          Create a new connection to perform SPARQL operations depending on the current configuration.
 

Uses of SparqlConnection in org.jrdf.gui.model
 

Constructors in org.jrdf.gui.model with parameters of type SparqlConnection
JRDFModelImpl(GraphFactory graphFactory, SparqlConnection connection)
           
 

Uses of SparqlConnection in org.jrdf.sparql
 

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