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 
21  mysql_session_backend & /* session */)
22 {
23  throw soci_error("RowIDs are not supported.");
24 }
25 
27 {
28 }
29 
30 #ifdef _MSC_VER
31 #pragma warning(pop)
32 #endif
mysql_rowid_backend(mysql_session_backend &session)


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