3#ifndef _NUODB_PARAMETERMETADATA_H_
4#define _NUODB_PARAMETERMETADATA_H_ 1
10#ifndef _NUODB_STRUCTS_H_
14#ifndef _NUODB_ERROR_H_
18#ifndef _NUODB_RESULTSETMETADATA_H_
37 NUODB_PARAMETER_DIRECTION_UNKNOWN = -1,
38 NUODB_PARAMETER_DIRECTION_IN = 0,
39 NUODB_PARAMETER_DIRECTION_INOUT = 1,
40 NUODB_PARAMETER_DIRECTION_OUT = 2,
41 NUODB_PARAMETER_DIRECTION_RETURNVALUE = 3
54 _NuoDB_ParameterMetaData_state_t* _state;
enum NuoDB_Status_enum NuoDB_Status
Status codes used by the C Driver.
Definition error.h:130
unsigned char nuodb_bool_t
NuoDB boolean type.
Definition utils.h:49