LibreOffice Module connectivity (master) 1
|
#include "ZPoolCollection.hxx"
#include "ZDriverWrapper.hxx"
#include "ZConnectionPool.hxx"
#include <com/sun/star/configuration/theDefaultProvider.hpp>
#include <com/sun/star/container/XHierarchicalNameAccess.hpp>
#include <com/sun/star/beans/NamedValue.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/frame/Desktop.hpp>
#include <com/sun/star/reflection/ProxyFactory.hpp>
#include <com/sun/star/sdbc/DriverManager.hpp>
#include <cppuhelper/supportsservice.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <osl/diagnose.h>
#include <sal/log.hxx>
#include <comphelper/diagnose_ex.hxx>
Go to the source code of this file.
Functions | |
static OUString | getConnectionPoolNodeName () |
static OUString | getEnablePoolingNodeName () |
static OUString | getDriverNameNodeName () |
static OUString | getDriverSettingsNodeName () |
static OUString | getEnableNodeName () |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | connectivity_OPoolCollection_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * connectivity_OPoolCollection_get_implementation | ( | css::uno::XComponentContext * | context, |
css::uno::Sequence< css::uno::Any > const & | |||
) |
Definition at line 461 of file ZPoolCollection.cxx.
|
static |
Definition at line 46 of file ZPoolCollection.cxx.
Referenced by connectivity::OPoolCollection::getConfigPoolRoot().
|
static |
Definition at line 56 of file ZPoolCollection.cxx.
Referenced by connectivity::OPoolCollection::propertyChange().
|
static |
Definition at line 61 of file ZPoolCollection.cxx.
Referenced by connectivity::OPoolCollection::isDriverPoolingEnabled().
|
static |
Definition at line 66 of file ZPoolCollection.cxx.
Referenced by connectivity::OPoolCollection::disposing(), connectivity::OPoolCollection::getConnectionPool(), and connectivity::OPoolCollection::isDriverPoolingEnabled().
|
static |
Definition at line 51 of file ZPoolCollection.cxx.
Referenced by connectivity::OPoolCollection::disposing(), and connectivity::OPoolCollection::isPoolingEnabled().