#include <list>
#include <string>
#include "TDbi.hxx"
#include "TDbiLogEntry.hxx"
#include "TDbiDatabaseManager.hxx"
#include "TVldRange.hxx"
#include "TVldTimeStamp.hxx"
Go to the source code of this file.
Classes | |
class | TDbiWriter< T > |
Concept Templated class of pointers to Writer objects. Writer objects are lightweight and provide type safe write access to a single validity set of a specific table. A TDbiWriter knows about publishing protocols but uses a TDbiSqlValPacket both to hold the data in a type- neutral form and to do the actual I/O. More... |