Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members

ScanQueryHandle Class Reference

#include <Table.h>

Inherited by CursorScan.

List of all members.

Public Member Functions

virtual void doScan ()=0
virtual bool avail () const =0
 Returns true iff there is a row available.
virtual const char * data () const =0
 Returns a pointer to the row's data.
virtual ScanQueryHandleoperator++ ()=0
 Move to the next row.
virtual ~ScanQueryHandle ()


Constructor & Destructor Documentation

virtual ScanQueryHandle::~ScanQueryHandle  )  [virtual]
 


Member Function Documentation

virtual bool ScanQueryHandle::avail  )  const [pure virtual]
 

Returns true iff there is a row available.

Implemented in CursorScan.

virtual const char* ScanQueryHandle::data  )  const [pure virtual]
 

Returns a pointer to the row's data.

Implemented in CursorScan.

virtual void ScanQueryHandle::doScan  )  [pure virtual]
 

Implemented in CursorScan.

virtual ScanQueryHandle& ScanQueryHandle::operator++  )  [pure virtual]
 

Move to the next row.

Implemented in CursorScan.


The documentation for this class was generated from the following file:
Generated on Fri Nov 12 15:15:24 2004 for Borealis by doxygen 1.3.8