bigace.classes.sql
[ class tree: bigace.classes.sql ] [ index: bigace.classes.sql ] [ all elements ]

Class: MySQLResult

Source Location: /classes/sql/MySQLResult.php

Class Overview


This represents a DB Result for any query made with dbConnection.


Variables

Methods


Inherited Constants

Inherited Variables

Inherited Methods


Class Details

[line 30]
This represents a DB Result for any query made with dbConnection.



[ Top ]


Class Variables

$result = array()

[line 32]


Type:   mixed


[ Top ]



Class Methods


constructor MySQLResult [line 39]

MySQLResult MySQLResult( Object $sql_result)

Initializes the Object with the given DB Resource



Parameters:

Object   $sql_result   a DB Result Array

[ Top ]

method countResult [line 59]

int countResult( )

Returns the Number of Results



Tags:

return:  the Number of affected Rows


[ Top ]

method getNextResult [line 69]

Array getNextResult( )

Gets the Next Array in the ResultSet



Tags:

return:  the next Result Array


[ Top ]

method isError [line 85]

void isError( )

Returns whether the Statement was successful or not.



[ Top ]

method next [line 77]

void next( )

Gets the Next Array in the ResultSet, alias for getNextResult().



[ Top ]

method numrows [line 49]

void numrows( boolean 0)

Looks up if the result for this Select contains an DB Pointer. ONLY FOR SELECTS!



Parameters:

boolean   0   if object is usable

[ Top ]


Documentation generated on Tue, 11 Oct 2005 23:02:18 +0200 by phpDocumentor 1.3.0RC2