|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An object of this type is returned by QueryEngine.executeQuery()
and represents the result of the query.
QueryEngine.executeQuery(User, String)
Method Summary | |
int |
getColumnCount()
Returns of how many data columns each row consists. |
Collection |
getColumnNames()
Returns a collection of the column names. |
int |
getRowCount()
Returns how many result rows the query yielded. |
Collection |
getRows()
Returns a collection of row collections, i.e. each entry in the returned collection is itself a collection containing the colums of the row. |
Method Detail |
public int getRowCount()
getRows()
public int getColumnCount()
getColumnNames()
public Collection getRows()
getRowCount()
public Collection getColumnNames()
getColumnCount()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |