.ad 8
.bm 8
.fm 4
.bt $Copyright (c) 2000-2004 SAP AG$$Page %$
.tm 12
.hm 6
.hs 3
.tt 1 $SQL$Project Distributed Database System$VPI00VC$
.tt 2 $$$
.tt 3 $$C run time interface includes$$1999-01-12$
***********************************************************
.nf

.nf


    ========== licence begin  GPL
    Copyright (c) 2000-2004 SAP AG

    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License
    as published by the Free Software Foundation; either version 2
    of the License, or (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
    ========== licence end

.fo


.fo
Module  :
=========
.sp
Purpose :
.CM *-END-* purpose -------------------------------------
Define  :
.CM *-END-* define --------------------------------------
Use     :
.CM *-END-* use -----------------------------------------
Synonym :
.CM *-END-* synonym -------------------------------------
.sp;.cp 3
Author  : 
.sp
.cp 3
Created : 1986-01-01
.sp
.cp 3
Version : 1992-02-21
.sp
.cp 3
Release :      Date : 1999-01-12
Specification:
.CM *-END-* specification -------------------------------
.sp 2
***********************************************************
.sp
.cp 10
.fo
.oc _/1
Description:
.CM *-END-* description ---------------------------------
.sp 2
***********************************************************
.sp
.cp 10
.nf
.oc _/1
Structure:
.CM *-END-* structure -----------------------------------
.sp 2
**********************************************************
.sp
.cp 10
.nf
.sp
.CM -lll-
Code    :
/* begin of third part of cpc.h */
#ifndef _CPC_H_3
#define _CPC_H_3 0

 /* ----------------------------------------------- */
 /*     SQLCA                                       */
 /* ----------------------------------------------- */
#ifdef __cplusplus
#define SQLEXTERN extern "C" 
#else
#define SQLEXTERN extern  
#endif

#ifndef sqlextern

SQLEXTERN sqlcatype sqlca;
SQLEXTERN sqlint2 sqlexti;

#ifndef _CPC_H_1
typedef struct sqlModuleDesc sqlModuleDesc;
#endif


#if defined(sql_db2)
/* SAA sqlda description */
SQLEXTERN short sqlsize; /* number of sqlvars (sqln) */
SQLEXTERN struct SQLDA *sqlptr;
#endif

#endif

#define sqlxap (&sqlxa)
#define sqlstcip (&sqlstci)
#define sqlextip (&sqlexti)
static sqlxatype sqlxa;
static sqlint2 sqlstci = 0;

#if sqlva1mx > 0
static sqlva1en sqlva1[sqlva1mx];
#endif
#if sqlva2mx > 0
static sqlva2en sqlva2[sqlva2mx];
#endif
#if sqlva3mx > 0
static sqlva3en sqlva3[sqlva3mx];
#endif

#if (sqlpamax > 0)
static sqlparpointer sqlpa;
#endif
#if (sqlkamax > 0)
static sqlkapointer sqlka;
static sqlorpointer sqlor;
#endif
#if (sqlprmax > 0)
static sqlprpointer sqlpr;
#endif
#if (sqlstmax > 0)
static sqlstpointer sqlst;
#endif
#if (sqlfamx > 0)
static sqlfapointer sqlfa;
#endif
#if (sqlfnmx > 0)
static sqlfnpointer sqlfn;
#endif
#if (sqlatmx > 0)
static sqlatpointer sqlat;
#endif
#if (sqlcumx > 0)
static sqlcupointer sqlcu;
#endif
#if (sqldamax > 0) && (defined(sql_sqldb) || defined(sql_default)) || defined(sql_ansi)
static sqldatype sqlda;
#endif
#endif
/* end of cpc.h */
.CM *-END-* code ----------------------------------------
.SP 2 
***********************************************************
