1 #ifndef FAIRDBEXCEPTIONLOG
2 #define FAIRDBEXCEPTIONLOG
30 const std::vector<FairDbException>&
40 void AddEntry(
const char* errMsg, Int_t code = -1, Int_t dbType = -1) {
43 void AddEntry(
const std::string& errMsg, Int_t code = -1, Int_t dbType = -1) {
46 void AddEntry(
const TSQLServer& server, Int_t dbType = -1) {
49 void AddEntry(
const TSQLStatement& statement, Int_t dbType = -1) {
74 #endif // FAIRDBEXCEPTIONLOG