C Driver API 3.0.0
API for the NuoDB C Driver Library
Loading...
Searching...
No Matches
parameterMetaData.h File Reference

Metadata about parameters. More...

#include "nuodb/utils.h"
#include "nuodb/structs.h"
#include "nuodb/error.h"
#include "nuodb/resultSetMetaData.h"

Go to the source code of this file.

Data Structures

struct  NuoDB_ParameterMetaData
 Metadata about parameters. More...
 

Typedefs

typedef enum NuoDB_ParameterDirection_enum NuoDB_ParameterDirection
 Parameter direction mode used by the C-Language API.
 

Enumerations

enum  NuoDB_ParameterDirection_enum {
  NUODB_PARAMETER_DIRECTION_UNKNOWN = -1 ,
  NUODB_PARAMETER_DIRECTION_IN = 0 ,
  NUODB_PARAMETER_DIRECTION_INOUT = 1 ,
  NUODB_PARAMETER_DIRECTION_OUT = 2 ,
  NUODB_PARAMETER_DIRECTION_RETURNVALUE = 3
}
 Enum type defining direction of the parameter.
 

Detailed Description

Metadata about parameters.