home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
Ingres6.hxx
< prev
next >
Wrap
Text File
|
1996-05-31
|
2KB
|
71 lines
/*---------------------------------------------------------------------------
*
* (c) Westmount Technology 1994
*
* File: @(#)Ingres6.hxx 1.1
* Author: frmo
* Description: Some declarations for Ingres6 esqlc
*---------------------------------------------------------------------------
SccsId = @(#)Ingres6.hxx 1.1 21 Feb 1994 Copyright 1994 Westmount Technology */
#ifndef INGRES6_HXX
#define INGRES6_HXX
extern "C" {
void IIsqExit(...);
void IIsqInit(...);
void IIsqPrint(...);
void IIsqXAct(...);
void IIsqRinit(...);
void IIsqSync(...);
void IIsqText(...);
void IIwritedb(...);
int IIerrtest(...);
int IInextget(...);
void IIretdom(...);
void IIsetdom(...);
int IIcsrOpen(...);
void IIcsrQuery(...);
int IIcsrFetch(...);
void IIcsrDelete(...);
void IIcsrUpdate(...);
void IIcsrRet(...);
void IIcsrEFetch(...);
void IIcsrClose(...);
void IIutsys(...);
void IIsexec(...);
int IInexec(...);
void IIsqFlush(...);
void IIsqConnect(...);
void IIexExec(...);
void IIputdomio(const short *, int, int, int, const void *);
void IIgetdomio(short *, int, int, int, void *);
void IIsyncup(...);
void IIexDefine(...);
void IIwritio(int, const short *, int, int, int, const char *);
void IIretinit(...);
void IIsqMods(...);
void IIcsOpen(...);
void IIcsQuery(...);
int IIcsRetrieve(...);
void IIcsERplace(...);
void IIcsGetio(short *, int, int, int, void *);
void IIcsERetrieve(...);
void IIcsDelete(...);
void IIcsClose(...);
void IIeqiqio(...);
void IIvarstrio(...);
void IIxact(...);
void IIsqDisconnect(...);
void IIflush(...);
void IIbreak(...);
void IIeqstio(...);
void IIsqExImmed(...);
void IILQisInqSqlio(...);
void IILQssSetSqlio(...);
char* IILQint(...);
void IIsqPrepare(...);
}
#endif /* INGRES6_HXX */