solarpowerlog trunk
/home/tobi/workspace/solarpowerlog/src/interfaces/PersistanceStorage/IPersistanceStorage.h File Reference
#include <dbixx/dbixx.h>
#include <map>
#include <vector>
#include <boost/any.hpp>
Include dependency graph for IPersistanceStorage.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IPersistanceStorage

Enumerations

enum  dbtypes {
  db_integer, db_unsignedinteger, db_longlong, db_unsignedlonglong,
  db_string, db_decimal, db_tm
}

Enumeration Type Documentation

enum dbtypes
Enumerator:
db_integer 
db_unsignedinteger 
db_longlong 
db_unsignedlonglong 
db_string 
db_decimal 
db_tm 

Definition at line 17 of file IPersistanceStorage.h.