MDBL Library
Public Member Functions | Private Member Functions | Friends
CRowSet Class Reference

#include <RowSet.hpp>

List of all members.

Public Member Functions

 CRowSet ()
 ~CRowSet ()
size_t Count () const
CRowRow (size_t n) const
CRowoperator[] (size_t n) const
size_t Add (CRow &oRow)
void Remove (size_t nRow)
void Delete (size_t nRow)
void DeleteAll ()
bool Modified () const

Private Member Functions

 CRowSet (const CRowSet &)
void operator= (const CRowSet &)

Friends

class CResultSet

Constructor & Destructor Documentation

CRowSet::CRowSet ( ) [inline]
CRowSet::~CRowSet ( ) [inline]
CRowSet::CRowSet ( const CRowSet ) [private]

Member Function Documentation

size_t CRowSet::Count ( ) const [inline]
CRow & CRowSet::Row ( size_t  n) const [inline]
CRow & CRowSet::operator[] ( size_t  n) const [inline]
size_t CRowSet::Add ( CRow oRow) [inline]
void CRowSet::Remove ( size_t  nRow) [inline]
void CRowSet::Delete ( size_t  nRow) [inline]
void CRowSet::DeleteAll ( ) [inline]
bool CRowSet::Modified ( ) const [inline]
void CRowSet::operator= ( const CRowSet ) [private]

Friends And Related Function Documentation

friend class CResultSet [friend]

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