LibreOffice Module connectivity (master) 1
Public Member Functions | Public Attributes | List of all members
dbtools::ParameterManager::ParameterMetaData Struct Reference

meta data about an inner parameter More...

Public Member Functions

 ParameterMetaData (css::uno::Reference< css::beans::XPropertySet > _xColumn)
 ctor with composer column More...
 

Public Attributes

ParameterClassification eType
 the type of the parameter More...
 
css::uno::Reference< css::beans::XPropertySetxComposerColumn
 the column object for this parameter, as returned by the query composer More...
 
::std::vector< sal_Int32 > aInnerIndexes
 the indices of inner parameters which need to be filled when this concrete parameter is set More...
 

Detailed Description

meta data about an inner parameter

Definition at line 80 of file parameters.hxx.

Constructor & Destructor Documentation

◆ ParameterMetaData()

dbtools::ParameterManager::ParameterMetaData::ParameterMetaData ( css::uno::Reference< css::beans::XPropertySet _xColumn)
inline

ctor with composer column

Definition at line 91 of file parameters.hxx.

References eType.

Member Data Documentation

◆ aInnerIndexes

::std::vector< sal_Int32 > dbtools::ParameterManager::ParameterMetaData::aInnerIndexes

the indices of inner parameters which need to be filled when this concrete parameter is set

Definition at line 88 of file parameters.hxx.

◆ eType

ParameterClassification dbtools::ParameterManager::ParameterMetaData::eType

the type of the parameter

Definition at line 83 of file parameters.hxx.

◆ xComposerColumn

css::uno::Reference< css::beans::XPropertySet > dbtools::ParameterManager::ParameterMetaData::xComposerColumn

the column object for this parameter, as returned by the query composer

Definition at line 86 of file parameters.hxx.


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