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, OUString aDBName, OUString aCommand) | |
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 344 of file dpobject.hxx.
ScDPCollection::DBType::DBType | ( | sal_Int32 | nSdbType, |
OUString | aDBName, | ||
OUString | aCommand | ||
) |
Definition at line 3201 of file dpobject.cxx.
References aCommand.
OUString ScDPCollection::DBType::maCommand |
Definition at line 348 of file dpobject.hxx.
OUString ScDPCollection::DBType::maDBName |
Definition at line 347 of file dpobject.hxx.
sal_Int32 ScDPCollection::DBType::mnSdbType |
Definition at line 346 of file dpobject.hxx.