Main Page
Namespaces
Classes
Files
File List
File Members
libism
ISM
soci
src
backends
postgresql
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
31
postgresql_rowid_backend::postgresql_rowid_backend
(
32
postgresql_session_backend
&
/* session */
)
33
{
34
// nothing to do here
35
}
36
37
postgresql_rowid_backend::~postgresql_rowid_backend
()
38
{
39
// nothing to do here
40
}
soci::details
Definition:
db2/common.h:15
soci-postgresql.h
soci::postgresql_session_backend
Definition:
soci-postgresql.h:307
soci::postgresql_rowid_backend::~postgresql_rowid_backend
~postgresql_rowid_backend()
Definition:
postgresql/row-id.cpp:37
soci
Definition:
db2/common.h:15
soci::postgresql_rowid_backend::postgresql_rowid_backend
postgresql_rowid_backend(postgresql_session_backend &session)
Definition:
postgresql/row-id.cpp:31
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