Content


NTL
Core
DbExceptionNoStatement

DbExceptionNoStatement


Exception class. It is thrown when ODBC statement instance is not provided.

class DbExceptionNoStatement :public std::exception
{
public:
    const char *what() const noexcept override;
        
    DbExceptionNoStatement();
};
Namespace: nitisa
Include: Nitisa/Db/DbExceptionNoStatement.h