#include <DatabaseStatements.h>
§ StatisticStatement() [1/3]
agroeye::handlers::StatisticStatement::StatisticStatement |
( |
| ) |
|
|
inline |
§ StatisticStatement() [2/3]
agroeye::handlers::StatisticStatement::StatisticStatement |
( |
std::shared_ptr< sqlite3 > |
aPtrSql3, |
|
|
const DbTable & |
table |
|
) |
| |
Creates statistic statement.
Created statistics statement is according to the table schema.
- Parameters
-
ptrSql3 | Smart pointer to the sqlite3 database |
table | Table with columns to be created |
§ StatisticStatement() [3/3]
§ operator=()
§ setBandValue()
void agroeye::handlers::StatisticStatement::setBandValue |
( |
const int & |
band, |
|
|
const double & |
value |
|
) |
| |
Set value to the appropriate band.
- Parameters
-
band | Relevant band |
value | Value to be added |
The documentation for this class was generated from the following files: