Uses of Package
org.jrdf.query

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

Classes in org.jrdf.query used by org.jrdf.connection
Answer
          An answer to a query.
InvalidQuerySyntaxException
          Indicates that the format of a query does not match the required syntax for its language.
 

Classes in org.jrdf.query used by org.jrdf.query
Answer
          An answer to a query.
InvalidQuerySyntaxException
          Indicates that the format of a query does not match the required syntax for its language.
Query
          A query to a graph.
 

Classes in org.jrdf.query used by org.jrdf.sparql
Answer
          An answer to a query.
InvalidQuerySyntaxException
          Indicates that the format of a query does not match the required syntax for its language.
Query
          A query to a graph.
QueryBuilder
          Builds queries in String form into Query objects.