|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvalidQuerySyntaxException | |
|---|---|
| org.jrdf.gui.command | |
| org.jrdf.gui.model | |
| org.jrdf.sparql | Classes in this package parse Rel queries to allow querying of JRDF graphs. |
| org.jrdf.sparql.builder | |
| org.jrdf.sparql.parser | |
| Uses of InvalidQuerySyntaxException in org.jrdf.gui.command |
|---|
| Methods in org.jrdf.gui.command with parameters of type InvalidQuerySyntaxException | |
|---|---|
void |
InvalidQueryCommand.setException(InvalidQuerySyntaxException exception)
|
| Uses of InvalidQuerySyntaxException in org.jrdf.gui.model |
|---|
| Methods in org.jrdf.gui.model that throw InvalidQuerySyntaxException | |
|---|---|
Answer |
JRDFModelImpl.performQuery(String query)
|
Answer |
JRDFModel.performQuery(String query)
|
| Uses of InvalidQuerySyntaxException in org.jrdf.sparql |
|---|
| Methods in org.jrdf.sparql that throw InvalidQuerySyntaxException | |
|---|---|
Answer |
SparqlConnectionImpl.executeQuery(Graph graph,
String queryText)
|
Answer |
SparqlConnection.executeQuery(Graph graph,
String queryText)
|
| Uses of InvalidQuerySyntaxException in org.jrdf.sparql.builder |
|---|
| Methods in org.jrdf.sparql.builder that throw InvalidQuerySyntaxException | |
|---|---|
Query |
SparqlQueryBuilder.buildQuery(Graph graph,
String queryText)
Builds a query in String form into a Query. |
Query |
QueryBuilder.buildQuery(Graph graph,
String queryText)
Builds a query in String form into a Query. |
| Uses of InvalidQuerySyntaxException in org.jrdf.sparql.parser |
|---|
| Methods in org.jrdf.sparql.parser that throw InvalidQuerySyntaxException | |
|---|---|
Query |
SableCcSparqlParser.parseQuery(Graph graph,
String queryText)
Parses a textual query into a Query object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||