Definition in file TeOCICursor.h.
#include <TeOCIConnect.h>
#include <vector>
#include <TeCoord2D.h>
#include "TeOracleDefines.h"
Go to the source code of this file.
Data Structures | |
| struct | sb2ind |
| Structure to handle OCI data types. More... | |
| struct | sdo_geometry |
| Structure to represent a geometry as the SDO_GEOMETRY type of the Oracle Spatial. More... | |
| struct | SDO_GEOMETRY_ind |
| Structure to represent a geometry indicator as the SDO_GEOMETRY type of the Oracle Spatial. More... | |
| struct | sdo_point_type |
| Structure to represent a point as the SDO_POINT type of the Oracle Spatial. More... | |
| struct | sdo_point_type_ind |
| Structure to represent a point indicator as the SDO_POINT type of the Oracle Spatial. More... | |
| class | TeOCICursor |
| A class that implements a concept of record set to a ORACLE DBMS. More... | |
Defines | |
| #define | MAX_BLOB_LENGTH 5000000 |
| Max size to be allocated in the client side to store blob data (in bytes). | |
| #define | MAX_ROWS 500 |
| Number of rows to be fetched into memory from database server. | |
| #define | SDO_ELEM_INFO_ARRAY TYPE_OWNER".SDO_ELEM_INFO_ARRAY" |
| #define | SDO_GEOMETRY TYPE_OWNER".SDO_GEOMETRY" |
| #define | SDO_ORDINATE_ARRAY TYPE_OWNER".SDO_ORDINATE_ARRAY" |
| #define | TYPE_OWNER "MDSYS" |
Typedefs | |
| typedef struct sb2ind | indarray |
| typedef struct SDO_GEOMETRY_ind | SDO_GEOMETRY_ind |
| typedef struct sdo_geometry | SDO_GEOMETRY_TYPE |
| typedef struct sdo_point_type | sdo_point_type |
| typedef struct sdo_point_type_ind | sdo_point_type_ind |
| #define MAX_BLOB_LENGTH 5000000 |
| #define MAX_ROWS 500 |
| #define SDO_ELEM_INFO_ARRAY TYPE_OWNER".SDO_ELEM_INFO_ARRAY" |
Definition at line 40 of file TeOCICursor.h.
| #define SDO_GEOMETRY TYPE_OWNER".SDO_GEOMETRY" |
Definition at line 41 of file TeOCICursor.h.
| #define SDO_ORDINATE_ARRAY TYPE_OWNER".SDO_ORDINATE_ARRAY" |
Definition at line 39 of file TeOCICursor.h.
| #define TYPE_OWNER "MDSYS" |
Definition at line 38 of file TeOCICursor.h.
Definition at line 100 of file TeOCICursor.h.
| typedef struct SDO_GEOMETRY_ind SDO_GEOMETRY_ind |
Definition at line 93 of file TeOCICursor.h.
| typedef struct sdo_geometry SDO_GEOMETRY_TYPE |
Definition at line 69 of file TeOCICursor.h.
| typedef struct sdo_point_type sdo_point_type |
Definition at line 57 of file TeOCICursor.h.
| typedef struct sdo_point_type_ind sdo_point_type_ind |
Definition at line 80 of file TeOCICursor.h.
1.5.3