home *** CD-ROM | disk | FTP | other *** search
/ PC World 1997 November / PCWorld_1997-11_cd.bin / software / programy / komix / DATA.Z / Informix.hxx < prev    next >
Text File  |  1996-05-31  |  1KB  |  42 lines

  1. /*---------------------------------------------------------------------------
  2.  *
  3.  *      (c)     Westmount Technology    1994
  4.  *
  5.  *      File:        @(#)Informix.hxx    1.1
  6.  *      Author:        peku
  7.  *      Description:    Some declarations for Informix esql
  8.  *---------------------------------------------------------------------------
  9.  SccsId = @(#)Informix.hxx    1.1 21 Feb 1994 Copyright 1994 Westmount Technology */
  10.  
  11. #ifndef    INFORMIX_HXX
  12. #define    INFORMIX_HXX
  13.  
  14. extern "C"
  15. {
  16.      void        _iqcopen( ... );
  17.      void        _iqclose( ... );
  18.      void        _iqdbclose( ... );
  19.      void        _iqstmt( ... );
  20.     void        _iqstmnt( ... );
  21.      void        _iqdclcur( ... );
  22.      void        _iqnftch( ... );
  23.      void        _iqslct( ... );
  24.     void        _iqdatabase( ... );
  25.     void        _iqbeginwork( ... );
  26.     void        _iqcommit( ... );
  27.     void        _iqrollback( ... );
  28.     void        _iqprepare( ... );
  29.     void        _iqxecute( ... );
  30.     void        _iqeximm( ... );
  31.     void        _iqcdcl( ... );
  32.     void        _iqcddcl( ... );
  33.     void        _iqdcopen( ... );
  34.     void        _iqcftch( ... );
  35.     void        _iqexecute( ... );
  36.     void        _iqdbase( ... );
  37.     int        rgetmsg(short, char*, short);
  38. }
  39.  
  40. #endif
  41.  
  42.