#include <string>#include "DatabaseInterface/Dbi.h"#include "DatabaseInterface/DbiRowStream.h"Go to the source code of this file.
Classes | |
| class | DbiOutRowStream |
| Concept Output stream for the values of a single table row with type checking and deferred sequence number asignment. Purpose This is a helper class for DbiSqlValPacket. Its primary purpose is to provide an << operator with built-type checking to simplify the writing of DbiTableRow subclasses. More... | |
1.3.9.1