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 >
Wrap
Text File
|
1997-11-27
|
1KB
|
50 lines
/*---------------------------------------------------------------------------
*
* (c) Westmount Technology 1994
*
* File: @(#)Informix.hxx /main/titanic/1
* Author: peku
* Description: Some declarations for Informix esql
*---------------------------------------------------------------------------
SccsId = @(#)Informix.hxx /main/titanic/1 27 Nov 1997 Copyright 1994 Westmount Technology */
#ifndef INFORMIX_HXX
#define INFORMIX_HXX
/* Informix 7.2 already defines these extern "C" */
/* CLIENT_SQLI_VER is defined in Informix 7.2, and not in 7.1 */
extern "C"
{
#ifndef CLIENT_SQLI_VER
#ifndef WIN32
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
#endif
}
#endif