Agroeye  1.0
Classes | Namespaces | Typedefs
DatabaseTable.h File Reference
#include <vector>
#include <string>
#include <algorithm>
#include <iostream>
#include "DatabaseErrors.h"
#include "DatabaseColumn.h"
Include dependency graph for DatabaseTable.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  agroeye::handlers::DbTable
 Encapsulation of table in database. More...
 

Namespaces

 agroeye
 
 agroeye::handlers
 

Typedefs

using agroeye::handlers::ColumnIteratorConst = std::vector< DbColumn >::const_iterator