#include <database.hpp>
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 |
| 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.
friend class Database [friend] |
int Database_Result::affected_rows [protected] |
bool Database_Result::error [protected] |
1.5.7.1