1 #ifndef SAFIR_DATABASES_ODBC_INTEGRITYCONSTRAINTEXCEPTION_H_INCLUDED
2 #define SAFIR_DATABASES_ODBC_INTEGRITYCONSTRAINTEXCEPTION_H_INCLUDED
4 #include <Safir/Utilities/Internal/VisibilityHelpers.h>
6 #ifdef dots_generated_Safir_cpp_EXPORTS
7 # define DOTS_GENERATED_Safir_API SAFIR_HELPER_DLL_EXPORT
9 # define DOTS_GENERATED_Safir_API SAFIR_HELPER_DLL_IMPORT
10 # define SAFIR_LIBRARY_NAME "dots_generated-Safir-cpp"
11 # include <Safir/Utilities/Internal/AutoLink.h>
13 #define DOTS_GENERATED_Safir_API_LOCAL SAFIR_HELPER_DLL_LOCAL
54 (
const std::wstring & message,
55 const std::wstring & fileName,
59 virtual const std::wstring
GetName()
const;
#define DOTS_GENERATED_Safir_API
Definition: IntegrityConstraintException.h:9
This is the base class of all (non-Fundamental) Exceptions.
Definition: Exceptions.h:223
virtual Safir::Dob::Typesystem::TypeId GetTypeId() const
Get the type id of this exception.
Definition: IntegrityConstraintException.h:65
DotsC_Int64 Int64
64 bit integer type.
Definition: Defs.h:70
DotsC_TypeId TypeId
A unique type identifier.
Definition: Defs.h:219
DOTS_CPP_API std::wstring GetName(const Dob::Typesystem::TypeId typeId, const Dob::Typesystem::MemberIndex member)
Get the name of the specified member as it was defined in the xml description.
The odbc operation caused a violation of a constraint in the database.
Definition: IntegrityConstraintException.h:37