Class Result

Description

This represents a Result for any Database query made with DatabaseConnection.

  • version: $Id: Result.php,v 1.2 2006/11/26 22:04:35 kpapst Exp $
  • copyright: Copyright (C) 2002-2006 Kevin Papst
  • author: Kevin Papst
  • license: GNU Public License


			
Direct descendents
Class Description
MySQLResult This represents a DB Result for any query made with a MySQLConmnection.
AdoDBResult This represents a Result from any Request using the AdoDBConnection.
Method Summary
int count ()
void isError ()
mixed next ()
Methods
count (line 42)

Returns the Number of Results

  • return: the Number of affected Rows
int count ()

Redefined in descendants as:
isError (line 57)

Returns whether the Statement was successful or not.

void isError ()

Redefined in descendants as:
next (line 50)

Gets the next result or null if none is available.

  • return: the next result in this query or null
mixed next ()

Redefined in descendants as:

Documentation generated by phpDocumentor 1.3.1