libdballe  7.29
Public Member Functions | Public Attributes | List of all members
dballe::db::v6::SQLRecordV6 Struct Reference

Query results from SQL output. More...

#include <driver.h>

Public Member Functions

bool querybest_fields_are_the_same (const SQLRecordV6 &r)
 Checks true if ana_id, id_ltr, datetime and varcode are the same in both records. More...
 
void dump (FILE *out)
 Dump the record as a single line to the given output stream.
 

Public Attributes

int out_lat
 
int out_lon
 
char out_ident [64]
 
int out_ident_size
 
wreport::Varcode out_varcode
 
Datetime out_datetime
 
Datetime out_datetimemax
 
char out_value [255]
 
int out_rep_cod
 
int out_ana_id
 
int out_id_ltr
 
int out_id_data
 
int priority
 

Detailed Description

Query results from SQL output.

Member Function Documentation

bool dballe::db::v6::SQLRecordV6::querybest_fields_are_the_same ( const SQLRecordV6 r)

Checks true if ana_id, id_ltr, datetime and varcode are the same in both records.

Returns
true if they match, false if they are different

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