Main Page
Namespaces
Classes
Files
File List
File Members
libism
ISM
soci
src
backends
firebird
firebird/row-id.cpp
Go to the documentation of this file.
1
//
2
// Copyright (C) 2004-2006 Maciej Sobczak, Stephen Hutton, Rafal Bobrowski
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_FIREBIRD_SOURCE
9
#include "
soci-firebird.h
"
10
11
using namespace
soci
;
12
13
firebird_rowid_backend::firebird_rowid_backend
(
firebird_session_backend
&
/* session */
)
14
{
15
// Unsupported in Firebird backend
16
throw
soci_error
(
"RowIDs are not supported"
);
17
}
18
19
firebird_rowid_backend::~firebird_rowid_backend
()
20
{
21
}
soci::soci_error
Definition:
core/error.h:19
soci::firebird_rowid_backend::firebird_rowid_backend
firebird_rowid_backend(firebird_session_backend &session)
Definition:
firebird/row-id.cpp:13
soci::firebird_rowid_backend::~firebird_rowid_backend
~firebird_rowid_backend()
Definition:
firebird/row-id.cpp:19
soci-firebird.h
soci::firebird_session_backend
Definition:
soci-firebird.h:298
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