3#ifndef _NUODB_STRUCTS_H_
4#define _NUODB_STRUCTS_H_ 1
17struct _NuoDB_Connection_state;
18typedef struct _NuoDB_Connection_state _NuoDB_Connection_state_t;
23struct NuoDB_EngineHandle;
24typedef struct NuoDB_EngineHandle NuoDB_EngineHandle;
26struct _NuoDB_DatabaseMetaData_state;
27typedef struct _NuoDB_DatabaseMetaData_state _NuoDB_DatabaseMetaData_state_t;
32struct _NuoDB_Error_state;
33typedef struct _NuoDB_Error_state _NuoDB_Error_state_t;
38struct _NuoDB_Lob_state;
39typedef struct _NuoDB_Lob_state _NuoDB_Lob_state_t;
44struct _NuoDB_ResultSet_state;
45typedef struct _NuoDB_ResultSet_state _NuoDB_ResultSet_state_t;
50struct _NuoDB_Statement_state;
51typedef struct _NuoDB_Statement_state _NuoDB_Statement_state_t;
57typedef struct NuoDB_Timezone NuoDB_Timezone;
62struct _NuoDB_ResultSetMetaData_state;
63typedef struct _NuoDB_ResultSetMetaData_state _NuoDB_ResultSetMetaData_state_t;
68struct _NuoDB_Options_state;
69typedef struct _NuoDB_Options_state _NuoDB_Options_state_t;
77struct _NuoDB_ParameterMetaData_state;
78typedef struct _NuoDB_ParameterMetaData_state _NuoDB_ParameterMetaData_state_t;
The data structure for the result of a single batch operation.
Definition statement.h:101
NuoDB Database Connection.
Definition connection.h:97
NuoDB error information data structure
Definition error.h:148
NuoDB Large Object
Definition lob.h:79
Container for NuoDB_Connection options.
Definition options.h:36
Table of data representing a database result set.
Definition resultSet.h:82
The data structure for executing a SQL statement.
Definition statement.h:131
Data structure used to represent temporal information.
Definition temporal.h:59