QOpenOCCICache Class Reference

#include <QOpenOCCI.h>

List of all members.

Public Member Functions

 QOpenOCCICache ()
bool isRowCached (int row_id)
void clear ()
unsigned int size ()
QVector< QVariant > & getLastRow ()
QVector< QVariant > & getRow (unsigned int row_id)
QVector< QVariant > & addRow ()

Private Attributes

QVector< QVector
< QVariant > > 
mCache


Detailed Description

Definition at line 59 of file QOpenOCCI.h.


Constructor & Destructor Documentation

QOpenOCCICache::QOpenOCCICache (  )  [inline]

Definition at line 62 of file QOpenOCCI.h.


Member Function Documentation

bool QOpenOCCICache::isRowCached ( int  row_id  )  [inline]

Definition at line 64 of file QOpenOCCI.h.

Referenced by QOpenOCCIResult::fetchNext().

void QOpenOCCICache::clear (  )  [inline]

Definition at line 65 of file QOpenOCCI.h.

Referenced by QOpenOCCIResult::addRowToCache(), and QOpenOCCIResult::cleanup().

unsigned int QOpenOCCICache::size (  )  [inline]

Definition at line 67 of file QOpenOCCI.h.

Referenced by QOpenOCCIResult::fetchLast(), and QOpenOCCIResult::fetchPrevious().

QVector<QVariant>& QOpenOCCICache::getLastRow (  )  [inline]

Definition at line 69 of file QOpenOCCI.h.

Referenced by QOpenOCCIResult::data(), and QOpenOCCIResult::isNull().

QVector<QVariant>& QOpenOCCICache::getRow ( unsigned int  row_id  )  [inline]

Definition at line 70 of file QOpenOCCI.h.

Referenced by QOpenOCCIResult::data(), and QOpenOCCIResult::isNull().

QVector<QVariant>& QOpenOCCICache::addRow (  )  [inline]

Definition at line 71 of file QOpenOCCI.h.

Referenced by QOpenOCCIResult::addRowToCache().


Member Data Documentation

QVector< QVector< QVariant > > QOpenOCCICache::mCache [private]

Definition at line 77 of file QOpenOCCI.h.

Referenced by addRow(), clear(), getLastRow(), getRow(), isRowCached(), and size().


The documentation for this class was generated from the following file:
Generated on Tue Mar 18 22:47:11 2008 for QOpenOCCI by  doxygen 1.5.3