sqlite3/row-id.cpp
Go to the documentation of this file.
1 //
2 // Copyright (C) 2004-2006 Maciej Sobczak, Stephen Hutton, David Courtney
3 // Distributed under the Boost Software License, Version 1.0.
4 // (See accompanying file LICENSE_1_0.txt or copy at
5 // http://www.boost.org/LICENSE_1_0.txt)
6 //
7 
8 #include "soci-sqlite3.h"
9 
10 #ifdef _MSC_VER
11 #pragma warning(disable:4355)
12 #endif
13 
14 using namespace soci;
15 using namespace soci::details;
16 
18  sqlite3_session_backend & /* session */)
19 {
20  // ...
21 }
22 
24 {
25  // ...
26 }
sqlite3_rowid_backend(sqlite3_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