libdballe  9.11
Public Member Functions | List of all members
dballe::CursorStationData Class Referenceabstract

Cursor iterating over station data values. More...

#include <cursor.h>

Inheritance diagram for dballe::CursorStationData:
dballe::Cursor dballe::impl::CursorStationData dballe::db::CursorStationData dballe::impl::msg::CursorStationData

Public Member Functions

virtual wreport::Varcode get_varcode () const =0
 Get the variable code.
 
virtual wreport::Var get_var () const =0
 Get the variable.
 
- Public Member Functions inherited from dballe::Cursor
virtual bool has_value () const =0
 Check if the cursor points to a valid value. More...
 
virtual int remaining () const =0
 Get the number of rows still to be fetched. More...
 
virtual bool next ()=0
 Get a new item from the results of a query. More...
 
virtual void discard ()=0
 Discard the results that have not been read yet.
 
virtual DBStation get_station () const =0
 Get the whole station data in a single call.
 

Detailed Description

Cursor iterating over station data values.


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