|
drogon
C++14/17-based HTTP application framework
|
Database feature not supported in current setup. More...
#include <drogon/orm/Exception.h>


Public Member Functions | |
| FeatureNotSupported (const std::string &err, const std::string &Q="", const char sqlstate[]=nullptr) | |
| FeatureNotSupported (const std::string &msg, const std::string &Q, const int errcode, const int extendedErrcode) | |
| Public Member Functions inherited from drogon::orm::SqlError | |
| DROGON_EXPORT | SqlError (const std::string &msg="", const std::string &Q="", const char sqlstate[]=nullptr) |
| DROGON_EXPORT | SqlError (const std::string &msg, const std::string &Q, const int errcode, const int extendedErrcode) |
| DROGON_EXPORT const std::string & | query () const noexcept |
| The query whose execution triggered the exception. | |
| DROGON_EXPORT const std::string & | sqlState () const noexcept |
| DROGON_EXPORT int | errcode () const noexcept |
| DROGON_EXPORT int | extendedErrcode () const noexcept |
| Public Member Functions inherited from drogon::orm::Failure | |
| DROGON_EXPORT | Failure (const std::string &) |
| Public Member Functions inherited from drogon::orm::DrogonDbException | |
| virtual | ~DrogonDbException () noexcept |
| Support run-time polymorphism, and keep this class abstract. | |
Database feature not supported in current setup.