ProvSQL C/C++ API
Adding support for provenance and uncertainty management to PostgreSQL databases
Loading...
Searching...
No Matches
Res Struct Reference

Public Member Functions

 Res (PGresult *r)
 ~Res ()
bool ok () const
int ntuples () const
const char * get (int row, int col) const

Public Attributes

PGresult * r

Detailed Description

Definition at line 375 of file provsql_migrate_mmap.cpp.

Constructor & Destructor Documentation

◆ Res()

Res::Res ( PGresult * r)
inlineexplicit

Definition at line 377 of file provsql_migrate_mmap.cpp.

◆ ~Res()

Res::~Res ( )
inline

Definition at line 378 of file provsql_migrate_mmap.cpp.

Member Function Documentation

◆ get()

const char * Res::get ( int row,
int col ) const
inline

Definition at line 381 of file provsql_migrate_mmap.cpp.

Here is the caller graph for this function:

◆ ntuples()

int Res::ntuples ( ) const
inline

Definition at line 380 of file provsql_migrate_mmap.cpp.

Here is the caller graph for this function:

◆ ok()

bool Res::ok ( ) const
inline

Definition at line 379 of file provsql_migrate_mmap.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ r

PGresult* Res::r

Definition at line 376 of file provsql_migrate_mmap.cpp.


The documentation for this struct was generated from the following file: