MDBL Library
Public Member Functions
CSQLCursor Class Reference

#include <SQLCursor.hpp>

Inheritance diagram for CSQLCursor:
CODBCCursor

List of all members.

Public Member Functions

 CSQLCursor ()
virtual ~CSQLCursor ()
virtual size_t NumColumns () const =0
virtual SQLColumnColumn (size_t n) const =0
virtual bool Fetch ()=0
virtual void GetRow (CRow &oRow)=0

Constructor & Destructor Documentation

CSQLCursor::CSQLCursor ( ) [inline]
CSQLCursor::~CSQLCursor ( ) [inline, virtual]

Member Function Documentation

virtual size_t CSQLCursor::NumColumns ( ) const [pure virtual]

Implemented in CODBCCursor.

virtual SQLColumn& CSQLCursor::Column ( size_t  n) const [pure virtual]

Implemented in CODBCCursor.

virtual bool CSQLCursor::Fetch ( ) [pure virtual]

Implemented in CODBCCursor.

virtual void CSQLCursor::GetRow ( CRow oRow) [pure virtual]

Implemented in CODBCCursor.


The documentation for this class was generated from the following file: