LibreOffice Module sc (master) 1
Classes | Public Member Functions | Public Attributes | List of all members
ScDPCollection::DBType Struct Reference

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
 

Detailed Description

Defines connection type to external data source.

Used as a key to look up database cache.

Definition at line 344 of file dpobject.hxx.

Constructor & Destructor Documentation

◆ DBType()

ScDPCollection::DBType::DBType ( sal_Int32  nSdbType,
OUString  aDBName,
OUString  aCommand 
)

Definition at line 3201 of file dpobject.cxx.

References aCommand.

Member Data Documentation

◆ maCommand

OUString ScDPCollection::DBType::maCommand

Definition at line 348 of file dpobject.hxx.

◆ maDBName

OUString ScDPCollection::DBType::maDBName

Definition at line 347 of file dpobject.hxx.

◆ mnSdbType

sal_Int32 ScDPCollection::DBType::mnSdbType

Definition at line 346 of file dpobject.hxx.


The documentation for this struct was generated from the following files: