#ifndef DBIRESULTSETHANDLE_H
// this will switch users code from using IDbiResultSetHandle to COMET::IDbiResultSetHandle
#define USE_NEW_DBI_API
#define DBIRESULTSETHANDLE_H
/**
*
* $Id: IDbiResultSetHandle.hxx,v 1.1 2011/01/18 05:49:20 finch Exp $
*
* \class COMET::IDbiResultSetHandle
*
*
* \brief
* Concept Templated class COMET::of pointers to Result objects.
* ResultHandle objects are lightweight and provide type safe access
* to a specific table.
*
* \brief
* Purpose ResultHandles are the primary application interface
* to the IDbi. Users instantiate ResultHandles with the information
* necessary define a table query and then interrogate the object
* for the results.
*
* Contact: A.Finch@lancaster.ac.uk
*
*
*/
#include