backends/empty/session.cpp
Go to the documentation of this file.
1 //
2 // Copyright (C) 2004-2006 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_EMPTY_SOURCE
9 #include "soci-empty.h"
10 
11 #ifdef _MSC_VER
12 #pragma warning(disable:4355)
13 #endif
14 
15 using namespace soci;
16 using namespace soci::details;
17 
18 
20  connection_parameters const & /* parameters */)
21 {
22  // ...
23 }
24 
26 {
27  clean_up();
28 }
29 
31 {
32  // ...
33 }
34 
36 {
37  // ...
38 }
39 
41 {
42  // ...
43 }
44 
46 {
47  // ...
48 }
49 
51 {
52  return new empty_statement_backend(*this);
53 }
54 
56 {
57  return new empty_rowid_backend(*this);
58 }
59 
61 {
62  return new empty_blob_backend(*this);
63 }
empty_blob_backend * make_blob_backend()
empty_statement_backend * make_statement_backend()
empty_session_backend(connection_parameters const &parameters)
empty_rowid_backend * make_rowid_backend()


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:41