|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.mkdoc.store.StoreQueryResult
A store query result.
A thin wrapper around a Sesame QueryResultsTable
. The result
rows use a zero based index.
Constructor Summary | |
StoreQueryResult(org.openrdf.sesame.query.QueryResultsTable resultsTable)
Adapt a Sesame query results table. |
Method Summary | |
int |
getColumns()
Get the number of columns in the result set. |
java.lang.String |
getItemSummary(int row)
Get the item summary for a row. |
java.lang.String |
getItemTitle(int row)
Get the item title for a row. |
java.lang.String |
getItemUri(int row)
Get the item URI for a row. |
int |
getRows()
Get the number of rows in the result set. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StoreQueryResult(org.openrdf.sesame.query.QueryResultsTable resultsTable)
resultsTable
- A Sesame query results table to adapt.Method Detail |
public final int getRows()
getRows
in interface QueryResult
public final int getColumns()
getColumns
in interface QueryResult
public final java.lang.String getItemUri(int row)
getItemUri
in interface QueryResult
row
- The row index.
public final java.lang.String getItemTitle(int row)
getItemTitle
in interface QueryResult
row
- The row index.
public final java.lang.String getItemSummary(int row)
getItemSummary
in interface QueryResult
row
- The row index.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |