libdballe 9.6
Public Member Functions | List of all members
dballe::CursorStation Class Referenceabstract

Cursor iterating over stations. More...

#include <cursor.h>

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

Public Member Functions

virtual DBValues get_values () const =0
 Get the station data values.
 
- Public Member Functions inherited from dballe::Cursor
virtual bool has_value () const =0
 Check if the cursor points to a valid value.
 
virtual int remaining () const =0
 Get the number of rows still to be fetched.
 
virtual bool next ()=0
 Get a new item from the results of a query.
 
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 stations.

Member Function Documentation

◆ get_values()

virtual DBValues dballe::CursorStation::get_values ( ) const
pure virtual

Get the station data values.

Implemented in dballe::impl::msg::CursorStation.


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