Inheritance diagram for OCICPP::OraError
Public Methods | |
OraError (OCIError *err, sword stat) | |
OraError (char *err, sword stat) | |
OraError (const string &mess, ErrorType t) | |
OraError (int err) | |
virtual | ~OraError () |
ErrorType | errtype () const throw () |
virtual const char* | what () const throw () |
Public Attributes | |
string | message |
|
Create a new object from an OCIError err . |
|
Cleartext error message |