Database_Result Class Reference

Result from a Database Query containing the SELECTed rows, and/or affected row counts and error information. More...

#include <database.hpp>

List of all members.

Public Member Functions

int AffectedRows ()
 Returns the number of affected rows from an UPDATE or INSERT query.
bool Error ()
 Returns true when an error has occured.

Protected Attributes

int affected_rows
bool error

Friends

class Database


Detailed Description

Result from a Database Query containing the SELECTed rows, and/or affected row counts and error information.

Member Function Documentation

int Database_Result::AffectedRows (  ) 

Returns the number of affected rows from an UPDATE or INSERT query.

bool Database_Result::Error (  ) 

Returns true when an error has occured.


Friends And Related Function Documentation

friend class Database [friend]


Member Data Documentation

bool Database_Result::error [protected]


The documentation for this class was generated from the following files:

Generated on Sun Apr 5 20:28:21 2009 for EOServ by  doxygen 1.5.7.1