![]() |
C Driver API 3.0.0
API for the NuoDB C Driver Library
|
Data representing a database result set. More...
#include "nuodb/utils.h"
#include "nuodb/structs.h"
#include "nuodb/error.h"
#include "nuodb/lob.h"
#include "nuodb/temporal.h"
Go to the source code of this file.
Data Structures | |
struct | NuoDB_ResultSet |
Table of data representing a database result set. More... | |
Functions | |
NUODB_CAPI void NUODB_CAPICALL | NuoDB_ResultSet_free (NuoDB_ResultSet *results) |
Frees the specified NuoDB_ResultSet. | |
Data representing a database result set.
NUODB_CAPI void NUODB_CAPICALL NuoDB_ResultSet_free | ( | NuoDB_ResultSet * | results | ) |
Frees the specified NuoDB_ResultSet.
Clients should call NuoDB_ResultSet_free() on the NuoDB_ResultSet data structure when the client has finished using it.
[in] | results | a pointer to the current (this) NuoDB_ResultSet data structure. |