#ifndef TDBIRESULT_H
#define TDBIRESULT_H
/**
*
*
* \class COMET::IDbiResultSet
*
*
* \brief
* Concept Abstract base class representing the Result of a single
* database query. If query suceeded the Result will hold (own) a vector
* of table row objects that correspond to result of the query. It will
* also own a IDbiValidityRec that gives the range over which the result
* is valid.
*
* \brief
* Purpose To provide suitable objects to cache. TDbiResultSets can
* be checked to see if they satisfy new queries.
*
* Contact: A.Finch@lancaster.ac.uk
*
*
*/
#include