#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>
Go to the source code of this file.
◆ 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 & |
|
|
) |
| |
◆ acquired
std::vector<bool> acquired |
|
private |
◆ m_conn
Definition at line 97 of file pq_connection.cxx.
Referenced by pq_sdbc_driver::Table::alterColumnByIndex(), pq_sdbc_driver::User::changePassword(), pq_sdbc_driver::Column::createDataDescriptor(), pq_sdbc_driver::Index::createDataDescriptor(), pq_sdbc_driver::Key::createDataDescriptor(), pq_sdbc_driver::Table::createDataDescriptor(), pq_sdbc_driver::User::createDataDescriptor(), pq_sdbc_driver::View::createDataDescriptor(), pq_sdbc_driver::Index::getColumns(), pq_sdbc_driver::Key::getColumns(), pq_sdbc_driver::Table::getColumns(), pq_sdbc_driver::Table::getIndexes(), pq_sdbc_driver::Table::getKeys(), pq_sdbc_driver::Table::rename(), and pq_sdbc_driver::View::rename().
◆ m_id
◆ values
std::vector<char*> values |
|
private |