From 2f45223f577c91db7fd962020b3473f5a34f369c Mon Sep 17 00:00:00 2001 From: Denis Loh Date: Mon, 25 Jan 2010 12:17:38 +0100 Subject: Removed documentation from repository --- doc/html/classcRow.html | 156 ------------------------------------------------ 1 file changed, 156 deletions(-) delete mode 100644 doc/html/classcRow.html (limited to 'doc/html/classcRow.html') diff --git a/doc/html/classcRow.html b/doc/html/classcRow.html deleted file mode 100644 index d694c8f..0000000 --- a/doc/html/classcRow.html +++ /dev/null @@ -1,156 +0,0 @@ - - -UPnP/DLNA plugin for VDR: cRow Class Reference - - - - - -
-

cRow Class Reference

#include <database.h> -

- -

-List of all members. - - - - - - - - - - - -

Public Member Functions

int Count ()
bool fetchColumn (cString *Column, cString *Value)
bool fetchColumn (char **Column, char **Value)

Friends

-class cSQLiteDatabase
-


Detailed Description

-Result row of a SQL SELECT request

-This is a single row of a {SQL SELECT} request.

-

See also:
cRows
-

Member Function Documentation

- -
-
- - - - - - - - -
int cRow::Count (  )  [inline]
-
-
- -

-Number of columns in this row

-

Returns:
the number of rows
- -
-

- -

-
- - - - - - - - - - - - - - - - - - -
bool cRow::fetchColumn (char **  Column,
char **  Value 
)
-
-
- -

-Fetches a Column

-This will fetch a column of this row and stores the name of the column in the first parameter and the value in the second parameter.

-

Returns:
returns
    -
  • true, if more columns to come
  • false, if the column is its last in this row.
-
-
Parameters:
- - - -
Column The name of the current column
Value The value of the current column
-
- -
-

- -

-
- - - - - - - - - - - - - - - - - - -
bool cRow::fetchColumn (cString *  Column,
cString *  Value 
)
-
-
- -

-Fetches a Column

-This will fetch a column of this row and stores the name of the column in the first parameter and the value in the second parameter.

-

Returns:
returns
    -
  • true, if more columns to come
  • false, if the column is its last in this row.
-
-
Parameters:
- - - -
Column The name of the current column
Value The value of the current value
-
- -
-

-


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