#include <QOpenOCCI.h>
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 |
Definition at line 59 of file QOpenOCCI.h.
| QOpenOCCICache::QOpenOCCICache | ( | ) | [inline] |
Definition at line 62 of file QOpenOCCI.h.
| bool QOpenOCCICache::isRowCached | ( | int | row_id | ) | [inline] |
| 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] |
QVector< QVector< QVariant > > QOpenOCCICache::mCache [private] |
Definition at line 77 of file QOpenOCCI.h.
Referenced by addRow(), clear(), getLastRow(), getRow(), isRowCached(), and size().
1.5.3