Class AdoDBResult

Description

This represents a Result from any Request using the AdoDBConnection.

  • version: $Id: AdoDBResult.php,v 1.2 2006/11/26 22:04:25 kpapst Exp $
  • copyright: Copyright (C) 2002-2006 Kevin Papst
  • author: Kevin Papst
  • license: GNU Public License
Result
   |
   --AdoDBResult
Method Summary
AdoDBResult AdoDBResult (mixed &$sqlResult)
int count ()
void isError ()
array next ()
Methods
Constructor AdoDBResult (line 48)

Initializes the Object with the given Database result.

AdoDBResult AdoDBResult (mixed &$sqlResult)
  • mixed &$sqlResult: the ersult from the AdoDBConnection
count (line 56)

Returns the Number of Results within the ResultSet.

  • return: the Number of results
int count ()

Redefinition of:
Result::count()
Returns the Number of Results
isError (line 75)

Returns whether the Statement was successful or not.

void isError ()

Redefinition of:
Result::isError()
Returns whether the Statement was successful or not.
next (line 64)

Gets the Result from the ResultSet.

  • return: the next array in the result
array next ()

Redefinition of:
Result::next()
Gets the next result or null if none is available.

Inherited Methods

Inherited From Result

Result::count()
Result::isError()
Result::next()

Documentation generated by phpDocumentor 1.3.1