00001 /*------------------------------------------------------------------------- 00002 * 00003 * FILE 00004 * pqxx/tablestream.h 00005 * 00006 * DESCRIPTION 00007 * This header is deprecated. Use "tablestream" instead (no ".h") 00008 * pqxx::tablestream provides optimized batch access to a database table 00009 * 00010 * Copyright (c) 2001-2003, Jeroen T. Vermeulen <jtv@xs4all.nl> 00011 * 00012 * See COPYING for copyright license. If you did not receive a file called 00013 * COPYING with this source code, please notify the distributor of this mistake, 00014 * or contact the author. 00015 * 00016 *------------------------------------------------------------------------- 00017 */ 00018 #ifndef PQXX_TABLESTREAM_H 00019 #define PQXX_TABLESTREAM_H 00020 00021 #include "pqxx/util.h" 00022 #include "pqxx/tablestream" 00023 00024 namespace pqxx 00025 { 00026 00028 typedef tablestream TableStream; 00029 00030 } 00031 00032 #endif 00033