Class As_DatabaseResult

Description

Database Result class which the As_Database::query() returns.

Located in /as_database/As_DatabaseResult.class.php (line 8)


	
			
Direct descendents
Class Description
CoughAsDatabaseResult The query result object returned by CoughAsDatabase::query().
Method Summary
As_DatabaseResult __construct ( $result)
void __destruct ()
void freeResult ()
void getNumRows ()
void getRow ()
void getRows ()
void numRows ()
void result ( $row)
Methods
Constructor __construct (line 12)
  • access: public
As_DatabaseResult __construct ( $result)
  • $result
Destructor __destruct (line 16)
  • access: public
void __destruct ()
freeResult (line 46)
  • access: public
void freeResult ()
getNumRows (line 34)
  • access: public
void getNumRows ()
getRow (line 21)
  • access: public
void getRow ()
getRows (line 25)
  • access: public
void getRows ()
numRows (line 38)
  • access: public
void numRows ()
result (line 42)
  • access: public
void result ( $row)
  • $row

Documentation generated on Wed, 12 Nov 2008 21:56:11 -0600 by phpDocumentor 1.4.0