9 #ifndef anna_dbms_oracle_ResultCode_hpp 10 #define anna_dbms_oracle_ResultCode_hpp 34 explicit ResultCode(
const int status, OCIError* error);
38 bool notFound(
const int errorCode)
const ;
40 bool locked(
const int errorCode)
const {
return errorCode == 54; }
44 static ErrorDecoder st_errorDecoder;
Definition: ResultCode.hpp:126
bool notFound() const noexcept(false)
bool locked() const noexcept(false)
bool lostConnection() const noexcept(false)
Definition: ResultCode.hpp:26
Definition: ResultCode.hpp:29
ResultCode()
Definition: ResultCode.hpp:36
bool successful() const noexcept(false)