Uses of Interface
org.jrdf.sparql.SparqlConnection

Packages that use SparqlConnection
org.jrdf.connection Provides classes for connecting to JRDF (and hence to JRDF supported stores) to allow textual queries to be sent.  
org.jrdf.sparql Implementations SPARQL Query Language for RDF.  
 

Uses of SparqlConnection in org.jrdf.connection
 

Methods in org.jrdf.connection that return SparqlConnection
 SparqlConnection JrdfConnectionFactory.getSparqlConnection(Graph graph, URI securityDomain)
          Returns a connection to through which to send SPARQL queries.
 

Uses of SparqlConnection in org.jrdf.sparql
 

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