LibreOffice Module ucbhelper (master) 1
Classes | Namespaces | Macros | Functions | Variables
resultset.cxx File Reference
#include <memory>
#include <mutex>
#include <comphelper/interfacecontainer4.hxx>
#include <comphelper/multiinterfacecontainer4.hxx>
#include <cppuhelper/queryinterface.hxx>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/sdbc/SQLException.hpp>
#include <ucbhelper/resultset.hxx>
#include <ucbhelper/resultsetmetadata.hxx>
#include <ucbhelper/macros.hxx>
#include <utility>
#include <osl/diagnose.h>
Include dependency graph for resultset.cxx:

Go to the source code of this file.

Classes

struct  ucbhelper::ResultSet_Impl
 

Namespaces

namespace  ucbhelper_impl
 
namespace  ucbhelper
 

Macros

#define RESULTSET_PROPERTY_COUNT   2
 

Functions

static const uno::Typeucbhelper_impl::sal_Int32_getCppuType ()
 
static const uno::Typeucbhelper_impl::sal_Bool_getCppuType ()
 
 ucbhelper_impl::XTYPEPROVIDER_IMPL_2 (PropertySetInfo, lang::XTypeProvider, beans::XPropertySetInfo)
 

Variables

const PropertyInfo ucbhelper_impl::aPropertyTable []
 

Macro Definition Documentation

◆ RESULTSET_PROPERTY_COUNT

#define RESULTSET_PROPERTY_COUNT   2

Definition at line 80 of file resultset.cxx.

Variable Documentation

◆ m_aProps

uno::Sequence< beans::Property > m_aProps
private

◆ nAttributes

sal_Int16 nAttributes

Definition at line 45 of file resultset.cxx.

◆ nHandle

sal_Int32 nHandle

Definition at line 44 of file resultset.cxx.

Referenced by ucbhelper::CommandProcessorInfo::queryCommand().

◆ pGetCppuType

const uno::Type &(* pGetCppuType) () ( )

Definition at line 46 of file resultset.cxx.

◆ pName

const char* pName

Definition at line 43 of file resultset.cxx.