Main Page
Namespaces
Classes
Files
File List
File Members
libism
ISM
soci
src
backends
mysql
mysql/row-id.cpp
Go to the documentation of this file.
1
//
2
// Copyright (C) 2004-2006 Maciej Sobczak, Stephen Hutton
3
// MySQL backend copyright (C) 2006 Pawel Aleksander Fedorynski
4
// Distributed under the Boost Software License, Version 1.0.
5
// (See accompanying file LICENSE_1_0.txt or copy at
6
// http://www.boost.org/LICENSE_1_0.txt)
7
//
8
9
#define SOCI_MYSQL_SOURCE
10
#include "
soci-mysql.h
"
11
12
#ifdef _MSC_VER
13
#pragma warning(push)
14
#pragma warning(disable:4355 4702)
15
#endif
16
17
using namespace
soci
;
18
using namespace
soci::details
;
19
20
mysql_rowid_backend::mysql_rowid_backend
(
21
mysql_session_backend
&
/* session */
)
22
{
23
throw
soci_error
(
"RowIDs are not supported."
);
24
}
25
26
mysql_rowid_backend::~mysql_rowid_backend
()
27
{
28
}
29
30
#ifdef _MSC_VER
31
#pragma warning(pop)
32
#endif
soci::details
Definition:
db2/common.h:15
soci::mysql_rowid_backend::~mysql_rowid_backend
~mysql_rowid_backend()
Definition:
mysql/row-id.cpp:26
soci::mysql_rowid_backend::mysql_rowid_backend
mysql_rowid_backend(mysql_session_backend &session)
Definition:
mysql/row-id.cpp:20
soci-mysql.h
soci::soci_error
Definition:
core/error.h:19
soci::mysql_session_backend
Definition:
soci-mysql.h:231
soci
Definition:
db2/common.h:15
asr_lib_ism
Author(s): Hanselmann Fabian, Heller Florian, Heizmann Heinrich, Kübler Marcel, Mehlhaus Jonas, Meißner Pascal, Qattan Mohamad, Reckling Reno, Stroh Daniel
autogenerated on Wed Jan 8 2020 04:02:40