postgresql/row-id.cpp
Go to the documentation of this file.
1 //
2 // Copyright (C) 2004-2008 Maciej Sobczak, Stephen Hutton
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 #define SOCI_POSTGRESQL_SOURCE
9 #include "soci-postgresql.h"
10 #include <libpq/libpq-fs.h> // libpq
11 #include <cctype>
12 #include <cstdio>
13 #include <cstring>
14 #include <ctime>
15 #include <sstream>
16 
17 #ifdef SOCI_POSTGRESQL_NOPARAMS
18 #ifndef SOCI_POSTGRESQL_NOBINDBYNAME
19 #define SOCI_POSTGRESQL_NOBINDBYNAME
20 #endif // SOCI_POSTGRESQL_NOBINDBYNAME
21 #endif // SOCI_POSTGRESQL_NOPARAMS
22 
23 #ifdef _MSC_VER
24 #pragma warning(disable:4355)
25 #endif
26 
27 using namespace soci;
28 using namespace soci::details;
29 
30 
32  postgresql_session_backend & /* session */)
33 {
34  // nothing to do here
35 }
36 
38 {
39  // nothing to do here
40 }
postgresql_rowid_backend(postgresql_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