blob: 2dca9e6b8b44fb74c02482660736505d92f6d724 [file] [log] [blame]
Tang Cheng37650ea2014-10-20 16:14:41 +08001/* Copyright (c) 2000, 2002, Oracle Corporation. All rights reserved. */
2
3/*
4 NAME
5 occi.h - Oracle C++ Interface header files.
6
7 DESCRIPTION
8 <short description of facility this file declares/defines>
9
10 RELATED DOCUMENTS
11 <note any documents related to this facility>
12
13 EXPORT FUNCTION(S)
14 <external functions declared for use outside package - one-line
15 descriptions>
16
17 INTERNAL FUNCTION(S)
18 <other external functions declared - one-line descriptions>
19
20 EXAMPLES
21
22 NOTES
23 <other useful comments, qualifications, etc.>
24
25 MODIFIED (MM/DD/YY)
26 vvinay 08/19/02 -
27 aahluwal 06/03/02 - bug 2360115
28 gayyappa 01/03/01 - removed inclusions before occiCommon.h
29 kmohan 04/11/00 - include oci.h and occiCommon.h also
30 rkasamse 04/03/00 - header file for all the OCCI classes
31 rkasamse 04/03/00 - Creation
32
33*/
34
35#ifndef OCCI_ORACLE
36# define OCCI_ORACLE
37
38#ifndef OCCICOMMON_ORACLE
39#include <occiCommon.h>
40#endif
41
42#ifndef OCCIDATA_ORACLE
43#include <occiData.h>
44#endif
45
46#ifndef OCCICONTROL_ORACLE
47#include <occiControl.h>
48#endif
49
50#ifndef OCCIOBJECTS_ORACLE
51#include <occiObjects.h>
52#endif
53
54#ifndef OCCIAQ_ORACLE
55#include <occiAQ.h>
56#endif
57
58/*---------------------------------------------------------------------------
59 PUBLIC TYPES AND CONSTANTS
60 ---------------------------------------------------------------------------*/
61
62
63/*---------------------------------------------------------------------------
64 PRIVATE TYPES AND CONSTANTS
65 ---------------------------------------------------------------------------*/
66
67
68/*---------------------------------------------------------------------------
69 EXPORT FUNCTIONS
70 ---------------------------------------------------------------------------*/
71
72
73/*---------------------------------------------------------------------------
74 INTERNAL FUNCTIONS
75 ---------------------------------------------------------------------------*/
76
77
78#endif /* OCCI_ORACLE */