Main Page
Namespaces
Classes
Files
File List
File Members
libism
ISM
soci
src
core
rowid.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_SOURCE
9
#include "
rowid.h
"
10
#include "
session.h
"
11
12
using namespace
soci
;
13
using namespace
soci::details
;
14
15
rowid::rowid
(
session
& s)
16
{
17
backEnd_ = s.
make_rowid_backend
();
18
}
19
20
rowid::~rowid
()
21
{
22
delete
backEnd_;
23
}
soci::details
Definition:
db2/common.h:15
session.h
soci::session
Definition:
session.h:40
soci::session::make_rowid_backend
details::rowid_backend * make_rowid_backend()
Definition:
core/session.cpp:380
rowid.h
soci::rowid::~rowid
~rowid()
Definition:
rowid.cpp:20
soci::rowid::rowid
rowid(session &s)
Definition:
rowid.cpp:15
soci
Definition:
db2/common.h:15
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