#include <psqlerror.h>
Inheritance diagram for P::SQLError:

Public Types | |
| typedef long | sqlerr_t |
Public Member Functions | |
| SQLError (sqlerr_t errnum, const char *_what, const SourceInfo &_si) throw () | |
| virtual BaseError * | clone () const=0 |
| Clones the object. | |
| sqlerr_t | errnum () const throw () |
| virtual std::string | text () const=0 throw () |
Definition at line 34 of file psqlerror.h.
|
|
Definition at line 36 of file psqlerror.h. |
|
||||||||||||||||
|
Definition at line 38 of file psqlerror.h. |
|
|
Clones the object. This method returns an exact copy of the exception object.
Reimplemented from P::RuntimeError. |
|
|
Definition at line 43 of file psqlerror.h. |
|
|
|
1.3.3