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

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.
 

Detailed Description

Data representing a database result set.

Function Documentation

◆ NuoDB_ResultSet_free()

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.

Parameters
[in]resultsa pointer to the current (this) NuoDB_ResultSet data structure.