00001 // 00002 // Copyright (C) 2004-2006 Maciej Sobczak, Stephen Hutton 00003 // MySQL backend copyright (C) 2006 Pawel Aleksander Fedorynski 00004 // Distributed under the Boost Software License, Version 1.0. 00005 // (See accompanying file LICENSE_1_0.txt or copy at 00006 // http://www.boost.org/LICENSE_1_0.txt) 00007 // 00008 00009 #define SOCI_MYSQL_SOURCE 00010 #include "soci-mysql.h" 00011 #include <ciso646> 00012 00013 #ifdef _MSC_VER 00014 #pragma warning(disable:4355) 00015 #endif 00016 00017 using namespace soci; 00018 using namespace soci::details; 00019 00020 00021 mysql_rowid_backend::mysql_rowid_backend( 00022 mysql_session_backend & /* session */) 00023 { 00024 throw soci_error("RowIDs are not supported."); 00025 } 00026 00027 mysql_rowid_backend::~mysql_rowid_backend() 00028 { 00029 throw soci_error("RowIDs are not supported."); 00030 }
Generated on Sun Oct 3 2010 17:42:16 for EXTRAS-SOCI by Doxygen 1.7.1