File indexing completed on 2025-02-23 05:15:15
0001 // 0002 // Copyright (C) 2011-2013 Denis Chapligin 0003 // Copyright (C) 2004-2006 Maciej Sobczak, Stephen Hutton 0004 // Distributed under the Boost Software License, Version 1.0. 0005 // (See accompanying file LICENSE_1_0.txt or copy at 0006 // http://www.boost.org/LICENSE_1_0.txt) 0007 // 0008 0009 #define SOCI_DB2_SOURCE 0010 #include "soci/db2/soci-db2.h" 0011 0012 #ifdef _MSC_VER 0013 #pragma warning(disable:4355) 0014 #endif 0015 0016 using namespace soci; 0017 using namespace soci::details; 0018 0019 0020 db2_rowid_backend::db2_rowid_backend(db2_session_backend & /* session */) 0021 { 0022 // ... 0023 } 0024 0025 db2_rowid_backend::~db2_rowid_backend() 0026 { 0027 // ... 0028 }