|
ROSE
0.11.54.0
|
Exceptions thrown by database operations.
Definition at line 162 of file SqlDatabase.h.
#include <SqlDatabase.h>


Public Member Functions | |
| Exception (const char *mesg) | |
| Exception (const std::string &mesg) | |
| Exception (const std::string &mesg, const ConnectionPtr &conn, const TransactionPtr &tx, const StatementPtr &stmt) | |
| virtual const char * | what () const throw () |
| void | print (std::ostream &) const |
Public Member Functions inherited from Rose::Exception | |
| Exception (const std::string &s) | |
| Construct an exception with an error message. More... | |
Public Attributes | |
| ConnectionPtr | connection |
| TransactionPtr | transaction |
| StatementPtr | statement |
1.8.10