LibreOffice Module sc (master) 1
|
Interface for connecting to database source. More...
#include <dpcache.hxx>
Public Member Functions | |
virtual tools::Long | getColumnCount () const =0 |
virtual OUString | getColumnLabel (tools::Long nCol) const =0 |
virtual bool | first ()=0 |
virtual bool | next ()=0 |
virtual void | finish ()=0 |
virtual void | getValue (tools::Long nCol, ScDPItemData &rData, SvNumFormatType &rNumType) const =0 |
virtual | ~DBConnector () |
Interface for connecting to database source.
Column index is 0-based.
Definition at line 97 of file dpcache.hxx.
|
inlinevirtual |
Definition at line 106 of file dpcache.hxx.
|
pure virtual |
Referenced by ScDPCache::InitFromDataBase().
|
pure virtual |
Referenced by ScDPCache::InitFromDataBase().
|
pure virtual |
Referenced by ScDPCache::InitFromDataBase().
|
pure virtual |
|
pure virtual |
Referenced by ScDPCache::InitFromDataBase().
|
pure virtual |
Referenced by ScDPCache::InitFromDataBase().