SOCI Logo Get SOCI at SourceForge.net. Fast, secure and Free Open Source software downloads

row-id.cpp

Go to the documentation of this file.
00001 //
00002 // Copyright (C) 2004-2006 Maciej Sobczak, Stephen Hutton, Rafal Bobrowski
00003 // Distributed under the Boost Software License, Version 1.0.
00004 // (See accompanying file LICENSE_1_0.txt or copy at
00005 // http://www.boost.org/LICENSE_1_0.txt)
00006 //
00007 
00008 #define SOCI_FIREBIRD_SOURCE
00009 #include "soci-firebird.h"
00010 
00011 using namespace soci;
00012 
00013 firebird_rowid_backend::firebird_rowid_backend(firebird_session_backend & /* session */)
00014 {
00015     // Unsupported in Firebird backend
00016     throw soci_error("RowIDs are not supported");
00017 }
00018 
00019 firebird_rowid_backend::~firebird_rowid_backend()
00020 {
00021     // Unsupported in Firebird backend
00022     throw soci_error("RowIDs are not supported");
00023 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
SourceForge Logo

Generated on Sun Oct 3 2010 17:42:16 for EXTRAS-SOCI by Doxygen 1.7.1