LibreOffice Module dbaccess (master) 1
Classes | Namespaces | Functions
datasource.cxx File Reference
#include "datasource.hxx"
#include "commandcontainer.hxx"
#include <stringconstants.hxx>
#include <core_resource.hxx>
#include <strings.hrc>
#include <strings.hxx>
#include "connection.hxx"
#include "SharedConnection.hxx"
#include "databasedocument.hxx"
#include <OAuthenticationContinuation.hxx>
#include <hsqlimport.hxx>
#include <migrwarndlg.hxx>
#include <com/sun/star/beans/NamedValue.hpp>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/beans/PropertyState.hpp>
#include <com/sun/star/document/XDocumentSubStorageSupplier.hpp>
#include <com/sun/star/lang/DisposedException.hpp>
#include <com/sun/star/reflection/ProxyFactory.hpp>
#include <com/sun/star/sdb/DatabaseContext.hpp>
#include <com/sun/star/sdb/SQLContext.hpp>
#include <com/sun/star/sdbc/ConnectionPool.hpp>
#include <com/sun/star/sdbc/XDriverAccess.hpp>
#include <com/sun/star/sdbc/XDriverManager.hpp>
#include <com/sun/star/sdbc/DriverManager.hpp>
#include <com/sun/star/ucb/AuthenticationRequest.hpp>
#include <com/sun/star/ucb/XInteractionSupplyAuthentication.hpp>
#include <cppuhelper/implbase.hxx>
#include <comphelper/interaction.hxx>
#include <comphelper/property.hxx>
#include <comphelper/sequence.hxx>
#include <comphelper/types.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <connectivity/dbexception.hxx>
#include <connectivity/dbtools.hxx>
#include <cppuhelper/typeprovider.hxx>
#include <officecfg/Office/Common.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <osl/diagnose.h>
#include <osl/process.h>
#include <sal/log.hxx>
#include <tools/urlobj.hxx>
#include <unotools/sharedunocomponent.hxx>
#include <rtl/digest.h>
#include <algorithm>
#include <iterator>
#include <set>
#include <config_firebird.h>
Include dependency graph for datasource.cxx:

Go to the source code of this file.

Classes

class  dbaccess::OSharedConnectionManager
 
struct  dbaccess::OSharedConnectionManager::TConnectionHolder
 
struct  dbaccess::OSharedConnectionManager::TDigestLess
 

Namespaces

namespace  dbaccess
 

Functions

SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_comp_dba_ODatabaseSource (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &)
 

Function Documentation

◆ com_sun_star_comp_dba_ODatabaseSource()

SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_comp_dba_ODatabaseSource ( css::uno::XComponentContext *  context,
css::uno::Sequence< css::uno::Any > const &   
)

Definition at line 1428 of file datasource.cxx.

References createInstance().

Variable Documentation

◆ m_aBroadcaster

WeakReference< XFlushable > m_aBroadcaster
private

Definition at line 110 of file datasource.cxx.

◆ m_aListener

WeakReference< XFlushListener > m_aListener
private

Definition at line 111 of file datasource.cxx.

◆ m_pBuffer

sal_uInt8 m_pBuffer[RTL_DIGEST_LENGTH_SHA1]

Definition at line 261 of file datasource.cxx.

◆ m_rAttribs

const PropertyAttributeCache& m_rAttribs
private

Definition at line 453 of file datasource.cxx.