File indexing completed on 2025-02-23 05:15:18
0001 // 0002 // Copyright (C) 2004-2006 Maciej Sobczak, Stephen Hutton, David Courtney 0003 // Distributed under the Boost Software License, Version 1.0. 0004 // (See accompanying file LICENSE_1_0.txt or copy at 0005 // http://www.boost.org/LICENSE_1_0.txt) 0006 // 0007 0008 #define SOCI_ODBC_SOURCE 0009 #include "soci/odbc/soci-odbc.h" 0010 0011 using namespace soci; 0012 using namespace soci::details; 0013 0014 0015 odbc_rowid_backend::odbc_rowid_backend(odbc_session_backend & /* session */) 0016 { 0017 // ... 0018 } 0019 0020 odbc_rowid_backend::~odbc_rowid_backend() 0021 { 0022 // ... 0023 }