aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/oracle-fwd.hxx
blob: cbc107a08e03112eb6073ba9608dc500b382252b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
// file      : odb/oracle/oracle-fwd.hxx
// license   : ODB NCUEL; see accompanying LICENSE file

#ifndef ODB_ORACLE_ORACLE_FWD_HXX
#define ODB_ORACLE_ORACLE_FWD_HXX

#include <odb/pre.hxx>

// Forward declaration for some of the types defined in oci.h. This
// allows us to avoid having to include oci.h in public headers.
//
typedef signed int sword;

typedef unsigned char ub1;
typedef signed char sb1;
typedef signed short sb2;
typedef unsigned short ub2;
typedef signed int sb4;
typedef unsigned int ub4;

typedef struct OCIEnv OCIEnv;
typedef struct OCISvcCtx OCISvcCtx;
typedef struct OCIError OCIError;
typedef struct OCIStmt OCIStmt;
typedef struct OCIAuthInfo OCIAuthInfo;
typedef struct OCITrans OCITrans;

typedef struct OCIParam OCIParam;
typedef struct OCILobLocator OCILobLocator;
typedef struct OCIDateTime OCIDateTime;
typedef struct OCIInterval OCIInterval;

#include <odb/post.hxx>

#endif // ODB_ORACLE_ORACLE_FWD_HXX