#include <database.h>

Public Member Functions | |
| bool | fetchRow (cRow **Row) |
Friends | |
| class | cSQLiteDatabase |
Contains the rows of a SQL SELECT request
| bool cRows::fetchRow | ( | cRow ** | Row | ) |
Fetches a row from the result
This fetches the next row in the resultset by storing the contents of that row in the first parameter.
true, if more rows to comefalse, if the row is its last in this resultset. | Row | The Pointer of the row |
1.5.8