#include <string>#include <vector>#include <stdint.h>#include <iostream>#include <boost/lexical_cast.hpp>Go to the source code of this file.
Classes | |
| class | nutools::dbi::Column |
Namespaces | |
| nutools | |
| Simple service to provide a RunHistory configured to the right run. | |
| nutools::dbi | |
Enumerations | |
| enum | nutools::dbi::ColType { nutools::dbi::kAutoIncr =0x1, nutools::dbi::kBool =0x2, nutools::dbi::kIntLike =0x4, nutools::dbi::kFloatLike =0x8, nutools::dbi::kString =0x10, nutools::dbi::kTimeStamp =0x20, nutools::dbi::kDateStamp =0x40 } |
Functions | |
| std::ostream & | nutools::dbi::operator<< (std::ostream &stream, const Column &col) |
1.8.11