fastcgi++
Public Member Functions | Public Attributes
ASql::MySQL::Error Struct Reference

MySQL Error. More...

#include <mysql.hpp>

Inheritance diagram for ASql::MySQL::Error:
ASql::Error

List of all members.

Public Member Functions

 Error (MYSQL *mysql)
 Error (MYSQL_STMT *stmt)
const char * what () const throw ()

Public Attributes

int erno
 Associated error number.
const char * msg
 Pointer to string data explaining error.

Detailed Description

MySQL Error.

Definition at line 485 of file mysql.hpp.


Constructor & Destructor Documentation

ASql::MySQL::Error::Error ( MYSQL *  mysql)

Definition at line 578 of file mysql.cpp.

ASql::MySQL::Error::Error ( MYSQL_STMT *  stmt)

Definition at line 579 of file mysql.cpp.


Member Function Documentation

const char* ASql::Error::what ( ) const throw () [inline, inherited]

Definition at line 20 of file exception.hpp.

References ASql::Error::msg.


Member Data Documentation

int ASql::Error::erno [inherited]

Associated error number.

Definition at line 9 of file exception.hpp.

const char* ASql::Error::msg [inherited]

Pointer to string data explaining error.

Definition at line 12 of file exception.hpp.

Referenced by ASql::Error::what().


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