home *** CD-ROM | disk | FTP | other *** search
- /*---------------------------------------------------------------------------
- *
- * (c) Westmount Technology 1994
- *
- * File: @(#)Informix.hxx 1.1
- * Author: peku
- * Description: Some declarations for Informix esql
- *---------------------------------------------------------------------------
- SccsId = @(#)Informix.hxx 1.1 21 Feb 1994 Copyright 1994 Westmount Technology */
-
- #ifndef INFORMIX_HXX
- #define INFORMIX_HXX
-
- extern "C"
- {
- void _iqcopen( ... );
- void _iqclose( ... );
- void _iqdbclose( ... );
- void _iqstmt( ... );
- void _iqstmnt( ... );
- void _iqdclcur( ... );
- void _iqnftch( ... );
- void _iqslct( ... );
- void _iqdatabase( ... );
- void _iqbeginwork( ... );
- void _iqcommit( ... );
- void _iqrollback( ... );
- void _iqprepare( ... );
- void _iqxecute( ... );
- void _iqeximm( ... );
- void _iqcdcl( ... );
- void _iqcddcl( ... );
- void _iqdcopen( ... );
- void _iqcftch( ... );
- void _iqexecute( ... );
- void _iqdbase( ... );
- int rgetmsg(short, char*, short);
- }
-
- #endif
-
-