From 724cb5e3783311f6b8c808852dbe2de59f2399b0 Mon Sep 17 00:00:00 2001 From: Denis Loh Date: Mon, 25 Jan 2010 12:10:01 +0100 Subject: Fixed small bug which leads to an empty TV folder --- doc/html/classcRows.html | 88 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 doc/html/classcRows.html (limited to 'doc/html/classcRows.html') diff --git a/doc/html/classcRows.html b/doc/html/classcRows.html new file mode 100644 index 0000000..8889e36 --- /dev/null +++ b/doc/html/classcRows.html @@ -0,0 +1,88 @@ + + +UPnP/DLNA plugin for VDR: cRows Class Reference + + + + + +
+

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
+ + -- cgit v1.2.3