home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / komix / DATA.Z / Informix.hxx < prev    next >
Text File  |  1997-11-27  |  1KB  |  50 lines

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