#include <SqliteObject.hpp>
SqliteObject::SqliteObject |
( |
const openstudio::path & |
file | ) |
|
SqliteObject::~SqliteObject |
( |
| ) |
|
bool SqliteObject::deleteDay |
( |
const boost::gregorian::date & |
| ) |
|
bool SqliteObject::execute |
( |
const std::string & |
cmd | ) |
|
void SqliteObject::extract |
( |
| ) |
|
void SqliteObject::extract_by_month |
( |
| ) |
|
void SqliteObject::extract_by_variable |
( |
| ) |
|
void SqliteObject::extract_total |
( |
| ) |
|
void SqliteObject::getData |
( |
std::vector< std::string > & |
data | ) |
|
boost::gregorian::date SqliteObject::getStartDay |
( |
| ) |
|
void SqliteObject::print |
( |
| ) |
|
bool SqliteObject::removeDesignDay |
( |
| ) |
|
double SqliteObject::sum |
( |
const std::string & |
name | ) |
|
void SqliteObject::summary |
( |
| ) |
|