LibreOffice Module sc (master)
1
|
Defines connection type to external data source. More...
#include <dpobject.hxx>
Classes | |
struct | less |
Public Member Functions | |
DBType (sal_Int32 nSdbType, const OUString &rDBName, const OUString &rCommand) | |
Public Attributes | |
sal_Int32 | mnSdbType |
OUString | maDBName |
OUString | maCommand |
Defines connection type to external data source.
Used as a key to look up database cache.
Definition at line 341 of file dpobject.hxx.
ScDPCollection::DBType::DBType | ( | sal_Int32 | nSdbType, |
const OUString & | rDBName, | ||
const OUString & | rCommand | ||
) |
Definition at line 3163 of file dpobject.cxx.
OUString ScDPCollection::DBType::maCommand |
Definition at line 345 of file dpobject.hxx.
Referenced by operator<().
OUString ScDPCollection::DBType::maDBName |
Definition at line 344 of file dpobject.hxx.
Referenced by operator<().
sal_Int32 ScDPCollection::DBType::mnSdbType |
Definition at line 343 of file dpobject.hxx.
Referenced by operator<().