occi.h 2.1 KB

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