|
LibreOffice Module connectivity (master) 1
|
#include <TResultSetHelper.hxx>
Public Types | |
| enum | Movement { NEXT = 0 , PRIOR , FIRST , LAST , RELATIVE1 , ABSOLUTE1 , BOOKMARK } |
Public Member Functions | |
| virtual bool | move (Movement _eCursorPosition, sal_Int32 _nOffset, bool _bRetrieveData)=0 |
| virtual sal_Int32 | getDriverPos () const =0 |
| virtual bool | isRowDeleted () const =0 |
Protected Member Functions | |
| ~IResultSetHelper () | |
Definition at line 27 of file TResultSetHelper.hxx.
| Enumerator | |
|---|---|
| NEXT | |
| PRIOR | |
| FIRST | |
| LAST | |
| RELATIVE1 | |
| ABSOLUTE1 | |
| BOOKMARK | |
Definition at line 30 of file TResultSetHelper.hxx.
|
inlineprotected |
Definition at line 47 of file TResultSetHelper.hxx.
|
pure virtual |
Implemented in connectivity::file::OResultSet, and connectivity::odbc::OResultSet.
Referenced by connectivity::OSkipDeletedSet::moveAbsolute(), and connectivity::OSkipDeletedSet::skipDeleted().
|
pure virtual |
|
pure virtual |
Implemented in connectivity::file::OResultSet, and connectivity::odbc::OResultSet.
Referenced by connectivity::OSkipDeletedSet::moveAbsolute(), and connectivity::OSkipDeletedSet::skipDeleted().