Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

lOracle.h

Go to the documentation of this file.
00001 /******************************************************************************/
00002 /*                                                                            */
00003 /* POLiTe - Persistent Object Library Test                                    */
00004 /*                                        Ph.D. Thesis by Mgr. Michal Kopecky */
00005 /*                                                                            */
00006 /* Charles University Prague                                                  */
00007 /*                                                                            */
00008 /******************************************************************************/
00009 /*                                                                            */
00010 /* File name: ...                                                             */
00011 /* Module: ......                                                             */
00012 /*                                                                            */
00013 /******************************************************************************/
00014 
00015 #ifndef _L_ORACLE_H_
00016 #define _L_ORACLE_H_
00017 
00018 /* Common POLiTe Header(s) */
00019 #include <lDefsX.h>
00020 
00021 /* Standard Oracle Header(s) */
00022 #include <oratypes.h>   /* Oracle types */
00023 #include <ocidfn.h>             /* Data areas */
00024 #ifdef __cplusplus
00025 extern "C" {
00026 #endif /*__cplusplus*/
00027 #include <ociapr.h>     /* ANSI version of OCI function headers */
00028 #ifdef __cplusplus
00029 };
00030 #endif /*__cplusplus*/
00031 #ifndef HDA_SIZE
00032 #include <ocidem.h>     /* Here is the HDA_SIZE defined on some platforms */
00033 #endif
00034 
00035 #endif /* _L_ORACLE_H_ */
00036 

Generated on Sun Jul 14 20:51:15 2002 for POLiTe by doxygen1.2.16