CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ArrayCommonImpl.h
Go to the documentation of this file.
1 #ifndef INCLUDE_ORA_ARRAYCOMMONIMPL_H
2 #define INCLUDE_ORA_ARRAYCOMMONIMPL_H
3 
4 namespace ora {
5 
6  class MappingElement;
7  class RelationalBuffer;
8 
9  union U_Primitives {
10  bool b;
11  char c;
12  unsigned char uc;
13  short s;
14  unsigned short us;
15  int i;
16  unsigned int ui;
17  long l;
18  unsigned long ul;
19  float f;
20  double d;
21  long double ld;
22  };
23 
24  void deleteArrayElements( MappingElement& mapping, int oid, int fromIndex, RelationalBuffer& buffer);
25 
26 }
27 
28 #endif
29 
30 
unsigned long ul
void deleteArrayElements(MappingElement &mapping, int oid, int fromIndex, RelationalBuffer &buffer)
unsigned char uc
unsigned short us