#include <CarobException.hpp>
Inheritance diagram for CarobNS::SQLWarning:
Public Member Functions | |
SQLWarning (const std::wstring &messagePrm, const std::wstring &SQLStatePrm=DEFAULTSQLSTATE, CarobException *causePrm=0, int vendorPrm=DEFAULTVENDORCODE) | |
Constructs a SQLWarning with the given message. |
CarobNS::SQLWarning::SQLWarning | ( | const std::wstring & | messagePrm, | |
const std::wstring & | SQLStatePrm = DEFAULTSQLSTATE , |
|||
CarobException * | causePrm = 0 , |
|||
int | vendorPrm = DEFAULTVENDORCODE | |||
) | [inline] |
Constructs a SQLWarning with the given message.
messagePrm | description of the warning | |
SQLStatePrm | XOPEN code identifying the warning | |
causePrm | exception that caused this one. Can be null | |
vendorPrm | database vendor-specific warning code |