3#ifndef _NUODB_OPTIONS_H_
4#define _NUODB_OPTIONS_H_ 1
10#ifndef _NUODB_STRUCTS_H_
38 _NuoDB_Options_state_t* _state;
NUODB_CAPI NuoDB_Options *NUODB_CAPICALL NuoDB_Options_create()
Create a NuoDB_Options container.
NUODB_CAPI void NUODB_CAPICALL NuoDB_Options_free(NuoDB_Options *ops)
Free NuoDB_Options container.
Container for NuoDB_Connection options.
Definition options.h:36
void(* add)(NuoDB_Options *_this, const char *name, const char *value)
Add an option to the list of options.
Definition options.h:51
void(* copy)(NuoDB_Options *_this, const NuoDB_Options *src)
Copy options.
Definition options.h:88
void(* clear)(NuoDB_Options *_this)
Clear the options list.
Definition options.h:77
int(* getCount)(NuoDB_Options *_this)
Retrieve a count of the options.
Definition options.h:101