|
LibreOffice Module connectivity (master) 1
|
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::XPropertySet > | xComposerColumn |
| 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... | |
meta data about an inner parameter
Definition at line 80 of file parameters.hxx.
|
inline |
| ::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.
| ParameterClassification dbtools::ParameterManager::ParameterMetaData::eType |
the type of the parameter
Definition at line 83 of file parameters.hxx.
| 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.