template<typename RET = bool>
class Xpace::SourceBase< RET >
A Source is an interface to an object that provides access to each field or column of a data record or row.
A database or table that supports this access pattern will have a method or methods that returns a Source object or reference. Note that this class is stateful in the sense that there is a current record or row. Also note that the lifetime of a Source is bounded by the lifetime of its creating object, or possibly earlier if an action on the creator invalidates it. The non-LOC part of a Source
- Parameters
-
Definition at line 156 of file data.h.