Main Page
Namespaces
Classes
Files
File List
File Members
libism
ISM
soci
src
backends
db2
db2/common.h
Go to the documentation of this file.
1
//
2
// Copyright (C) 2013 Mateusz Loskot <mateusz@loskot.net>
3
// Copyright (C) 2011-2013 Denis Chapligin
4
// Copyright (C) 2004-2006 Maciej Sobczak, Stephen Hutton
5
// Distributed under the Boost Software License, Version 1.0.
6
// (See accompanying file LICENSE_1_0.txt or copy at
7
// http://www.boost.org/LICENSE_1_0.txt)
8
//
9
10
#ifndef SOCI_DB2_COMMON_H_INCLUDED
11
#define SOCI_DB2_COMMON_H_INCLUDED
12
13
#include <cstddef>
14
15
namespace
soci
{
namespace
details {
namespace
db2
{
16
17
const
std::size_t
cli_max_buffer
= 1024 * 1024 * 1024;
//CLI limit is about 3 GB, but 1GB should be enough
18
19
}}}
// namespace soci::details::db2
20
21
#endif // SOCI_DB2_COMMON_H_INCLUDED
soci::details::db2::cli_max_buffer
const std::size_t cli_max_buffer
Definition:
db2/common.h:17
soci::db2
SOCI_DB2_DECL db2_backend_factory const db2
Definition:
db2/factory.cpp:24
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