LibreOffice Module connectivity (master) 1
Public Attributes | List of all members
pq_sdbc_driver::CommandData Struct Reference

#include <pq_statement.hxx>

Collaboration diagram for pq_sdbc_driver::CommandData:
[legend]

Public Attributes

ConnectionSettings ** ppSettings
 
sal_Int32 * pLastOidInserted
 
sal_Int32 * pMultipleResultUpdateCount
 
bool * pMultipleResultAvailable
 
OUString * pLastTableInserted
 
css::uno::Reference< css::sdbc::XCloseable > * pLastResultset
 
OString * pLastQuery
 
::rtl::Reference< comphelper::RefCountedMutexrefMutex
 
css::uno::Reference< css::uno::XInterface > owner
 
css::uno::Reference< css::sdbcx::XTablesSupplier > tableSupplier
 
sal_Int32 concurrency
 

Detailed Description

Definition at line 172 of file pq_statement.hxx.

Member Data Documentation

◆ concurrency

sal_Int32 pq_sdbc_driver::CommandData::concurrency

◆ owner

css::uno::Reference< css::uno::XInterface > pq_sdbc_driver::CommandData::owner

◆ pLastOidInserted

sal_Int32* pq_sdbc_driver::CommandData::pLastOidInserted

◆ pLastQuery

OString* pq_sdbc_driver::CommandData::pLastQuery

◆ pLastResultset

css::uno::Reference< css::sdbc::XCloseable >* pq_sdbc_driver::CommandData::pLastResultset

◆ pLastTableInserted

OUString* pq_sdbc_driver::CommandData::pLastTableInserted

◆ pMultipleResultAvailable

bool* pq_sdbc_driver::CommandData::pMultipleResultAvailable

◆ pMultipleResultUpdateCount

sal_Int32* pq_sdbc_driver::CommandData::pMultipleResultUpdateCount

◆ ppSettings

ConnectionSettings** pq_sdbc_driver::CommandData::ppSettings

◆ refMutex

::rtl::Reference< comphelper::RefCountedMutex > pq_sdbc_driver::CommandData::refMutex

◆ tableSupplier

css::uno::Reference< css::sdbcx::XTablesSupplier > pq_sdbc_driver::CommandData::tableSupplier

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