| Interface | Description |
|---|---|
| SelectQueryRunner.ExecutingSelectQueryContext | |
| SelectQueryRunner.SelectQueryContext | |
| SelectQueryRunner.StringResultsMapping |
| Class | Description |
|---|---|
| ResultSetIterators |
Helper classes for producing N-Triples or N-Quads from ResultSets
|
| ResultSetIterators.ResultSetQuadsIterator |
If the ResultSet contains appropriate values for g, s, p, and o, return a
Quad for each row.
|
| ResultSetIterators.ResultSetTriplesIterator |
If the ResultSet contains appropriate values for s, p, and o, return a
Triple for each row.
|
| SelectQueryHolder |
Holds the text of a SPARQL Select query, and allows you to perform some lexical
operations on it.
|
| SelectQueryRunner |
A conversational tool for handling SPARQL queries.
|
Copyright © 2016. All rights reserved.