|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.mkdoc.query.NullQueryResult
Represent a query result that has no results.
Constructor Summary | |
NullQueryResult()
|
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 NullQueryResult()
Method Detail |
public int getRows()
getRows
in interface QueryResult
public int getColumns()
getColumns
in interface QueryResult
public java.lang.String getItemUri(int row)
getItemUri
in interface QueryResult
row
- The row index.
public java.lang.String getItemTitle(int row)
getItemTitle
in interface QueryResult
row
- The row index.
public 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 |