#include <SQLErrMsg.h>
Public Member Functions | |
SQLErrMsg () | |
~SQLErrMsg () | |
std::string | msg () const |
void | throwIfError () |
void | reset () |
operator char ** () | |
Private Attributes | |
char * | errMsg_ |
Definition at line 15 of file SQLErrMsg.h.
|
inline |
Definition at line 17 of file SQLErrMsg.h.
art::SQLErrMsg::~SQLErrMsg | ( | ) |
Definition at line 27 of file SQLErrMsg.cc.
|
inline |
Definition at line 22 of file SQLErrMsg.h.
|
inline |
Definition at line 36 of file SQLErrMsg.h.
void art::SQLErrMsg::reset | ( | ) |
Definition at line 21 of file SQLErrMsg.cc.
void art::SQLErrMsg::throwIfError | ( | ) |
Definition at line 10 of file SQLErrMsg.cc.
|
private |
Definition at line 43 of file SQLErrMsg.h.