|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SortCondition | |
|---|---|
| com.hp.hpl.jena.query | ARQ - A query engine for Jena, implementing SPARQL. |
| Uses of SortCondition in com.hp.hpl.jena.query |
|---|
| Methods in com.hp.hpl.jena.query that return types with arguments of type SortCondition | |
|---|---|
java.util.List<SortCondition> |
Query.getOrderBy()
|
| Methods in com.hp.hpl.jena.query with parameters of type SortCondition | |
|---|---|
void |
Query.addOrderBy(SortCondition condition)
|
| Method parameters in com.hp.hpl.jena.query with type arguments of type SortCondition | |
|---|---|
static ResultSet |
ResultSetFactory.makeSorted(ResultSet resultSet,
java.util.List<SortCondition> conditions)
Sort an existing result set. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||