00001 // 00002 // File: include/odbcpp/odbcpp.h 00003 // Object: Include all the necessary files to use the odbcpp library 00004 // Project: http://www.m2osw.com/odbcpp 00005 // Author: alexis_wilke@sourceforge.net 00006 // 00007 // Copyright (C) 2008 Made to Order Software Corp. 00008 // 00009 // This program is free software: you can redistribute it and/or modify 00010 // it under the terms of the GNU General Public License as published by 00011 // the Free Software Foundation, either version 3 of the License, or 00012 // (at your option) any later version. 00013 // 00014 // This program is distributed in the hope that it will be useful, 00015 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00016 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00017 // GNU General Public License for more details. 00018 // 00019 // You should have received a copy of the GNU General Public License 00020 // along with this program. If not, see <http://www.gnu.org/licenses/> 00021 // or <http://gpl3.m2osw.com/>. 00022 // 00023 00024 #ifndef ODBCPP_ODBCPP 00025 #define ODBCPP_ODBCPP 00026 00027 // The following list of #include is used to 00028 // make sure that all the public odbcpp includes 00029 // are included. 00030 #include "record.h" 00031 00032 00033 namespace odbcpp 00034 { 00035 00036 const char * get_version(); 00037 00038 SQLPOINTER int_to_ptr(SQLINTEGER integer); 00039 00040 00041 } // namespace odbcpp 00042 00043 00044 00045 #endif // #ifndef ODBCPP_ODBCPP