Main Page
Namespaces
Classes
Files
File List
File Members
libism
ISM
soci
src
backends
db2
db2/row-id.cpp
Go to the documentation of this file.
1
//
2
// Copyright (C) 2011-2013 Denis Chapligin
3
// Copyright (C) 2004-2006 Maciej Sobczak, Stephen Hutton
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_DB2_SOURCE
10
#include "
soci-db2.h
"
11
12
#ifdef _MSC_VER
13
#pragma warning(disable:4355)
14
#endif
15
16
using namespace
soci
;
17
using namespace
soci::details
;
18
19
20
db2_rowid_backend::db2_rowid_backend
(
db2_session_backend
&
/* session */
)
21
{
22
// ...
23
}
24
25
db2_rowid_backend::~db2_rowid_backend
()
26
{
27
// ...
28
}
soci::details
Definition:
db2/common.h:15
soci-db2.h
soci::db2_rowid_backend::~db2_rowid_backend
~db2_rowid_backend()
Definition:
db2/row-id.cpp:25
soci::db2_rowid_backend::db2_rowid_backend
db2_rowid_backend(db2_session_backend &session)
Definition:
db2/row-id.cpp:20
soci
Definition:
db2/common.h:15
soci::db2_session_backend
Definition:
soci-db2.h:231
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