LibreOffice Module connectivity (master) 1
Namespaces | Functions
pq_connection.cxx File Reference
#include <utility>
#include <vector>
#include <string.h>
#include <memory>
#include "pq_connection.hxx"
#include "pq_statement.hxx"
#include "pq_tools.hxx"
#include "pq_preparedstatement.hxx"
#include "pq_databasemetadata.hxx"
#include "pq_xtables.hxx"
#include "pq_xviews.hxx"
#include "pq_xusers.hxx"
#include <rtl/ref.hxx>
#include <rtl/uuid.h>
#include <sal/log.hxx>
#include <cppuhelper/implbase.hxx>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/script/Converter.hpp>
#include <com/sun/star/sdbc/SQLException.hpp>
Include dependency graph for pq_connection.cxx:

Go to the source code of this file.

Namespaces

namespace  pq_sdbc_driver
 

Functions

static void pq_sdbc_driver::properties2arrays (const Sequence< PropertyValue > &args, const Reference< XTypeConverter > &tc, rtl_TextEncoding enc, cstr_vector &keywords, cstr_vector &values)
 
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * connectivity_postgresql_Connection_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &)
 

Function Documentation

◆ connectivity_postgresql_Connection_get_implementation()

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

Definition at line 565 of file pq_connection.cxx.

Variable Documentation

◆ acquired

std::vector<bool> acquired
private

Definition at line 332 of file pq_connection.cxx.

◆ m_conn

rtl::Reference<Connection> m_conn
private

◆ m_id

::rtl::ByteSequence m_id
private

Definition at line 98 of file pq_connection.cxx.

◆ values

std::vector<char*> values
private