|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidQuerySyntaxException | |
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. |
Uses of InvalidQuerySyntaxException in org.jrdf.connection |
Methods in org.jrdf.connection that throw InvalidQuerySyntaxException | |
Answer |
JrdfConnection.executeQuery(String query)
Executes a query that returns results. |
Uses of InvalidQuerySyntaxException in org.jrdf.query |
Methods in org.jrdf.query that throw InvalidQuerySyntaxException | |
Query |
QueryBuilder.buildQuery(String query)
Builds a query in String form into a Query . |
Uses of InvalidQuerySyntaxException in org.jrdf.sparql |
Methods in org.jrdf.sparql that throw InvalidQuerySyntaxException | |
Answer |
DefaultSparqlConnection.executeQuery(String query)
Executes a query that returns results. |
Query |
SparqlQueryBuilder.buildQuery(String query)
Builds a SPQRQL query in String form into a Query . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |