libdballe  6.8
Data Structures | Typedefs
v6/cursor.h File Reference

Functions used to manage a general DB-ALLe query. More...

#include <dballe/db/odbcworkarounds.h>
#include <dballe/db/db.h>
#include <wreport/varinfo.h>
#include <sqltypes.h>
#include <cstddef>
#include <vector>

Go to the source code of this file.

Data Structures

struct  dballe::db::v6::Cursor
 Structure used to build and execute a query, and to iterate through the results. More...
 
struct  dballe::db::v6::Cursor::SQLRecord
 Query results from SQL output. More...
 
class  dballe::db::v6::CursorLinear
 
struct  dballe::db::v6::CursorStations
 
struct  dballe::db::v6::CursorData
 
class  dballe::db::v6::CursorSummary
 
struct  dballe::db::v6::CursorDataIDs
 
class  dballe::db::v6::CursorBest
 

Typedefs

typedef std::vector< wreport::Varcode > dballe::db::v6::AttrList
 Simple typedef to make typing easier, and also to help some versions of swig match this complex type.
 

Detailed Description

Functions used to manage a general DB-ALLe query.