#include "TObject.h"#include <string>#include <cassert>Go to the source code of this file.
Classes | |
| class | DbiTableRow |
| Concept Abstract interface to TableRow objects. Each database table consists of a collection of TableRow objects. Purpose Provides a generic interface to TableRow objects permiting much of the database machinery to be generic. Subclass obligations All subclasses must have public default and constructors. Program Notes It inherits from TObject only so that it can get the class name at execution time. More... | |
1.3.9.1