cRows Class Reference

#include <database.h>

Collaboration diagram for cRows:

Collaboration graph
[legend]

List of all members.

Public Member Functions

bool fetchRow (cRow **Row)

Friends

class cSQLiteDatabase


Detailed Description

Result rows of a SQL SELECT request

Contains the rows of a SQL SELECT request

See also:
cRow

Member Function Documentation

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.

Returns:
returns
  • true, if more rows to come
  • false, if the row is its last in this resultset.
Parameters:
Row The Pointer of the row


The documentation for this class was generated from the following files:

Generated on Sun Nov 8 15:44:09 2009 for UPnP/DLNA plugin for VDR by  doxygen 1.5.8