#include <ResultCode.hpp>
|
virtual bool | notFound (const int errorCode) const =0 |
|
virtual bool | successful (const int errorCode) const =0 |
|
virtual bool | locked (const int errorCode) const =0 |
|
virtual bool | lostConnection (const int errorCode) const =0 |
|
Decodificador del error devuelto por el RDBMS concreto que estemos usando.
- Warning
- Exclusivamente uso interno.
◆ locked()
virtual bool anna::dbms::ResultCode::ErrorDecoder::locked |
( |
const int |
errorCode | ) |
const |
|
pure virtual |
◆ lostConnection()
virtual bool anna::dbms::ResultCode::ErrorDecoder::lostConnection |
( |
const int |
errorCode | ) |
const |
|
pure virtual |
◆ notFound()
virtual bool anna::dbms::ResultCode::ErrorDecoder::notFound |
( |
const int |
errorCode | ) |
const |
|
pure virtual |
◆ successful()
virtual bool anna::dbms::ResultCode::ErrorDecoder::successful |
( |
const int |
errorCode | ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: