20#ifndef INCLUDED_SVX_DATAACCESSDESCRIPTOR_HXX
21#define INCLUDED_SVX_DATAACCESSDESCRIPTOR_HXX
23#include <rtl/ustring.hxx>
35 class ODADescriptorImpl;
66 std::unique_ptr<ODADescriptorImpl>
m_pImpl;
87 css::uno::Sequence< css::beans::PropertyValue >
const &
88 createPropertyValueSequence();
95 const css::uno::Sequence< css::beans::PropertyValue >& _rValues);
124 void setDataSource(
const OUString& _sDataSourceNameOrLocation);
class encapsulating the css::sdb::DataAccessDescriptor service.
ODataAccessDescriptor(const css::uno::Reference< css::beans::XPropertySet > &_rValues)
ODataAccessDescriptor(const css::uno::Sequence< css::beans::PropertyValue > &_rValues)
std::unique_ptr< ODADescriptorImpl > m_pImpl
ODataAccessDescriptor(const css::uno::Any &_rValues)
class SAL_NO_VTABLE XPropertySet
css::uno::Reference< css::uno::XInterface > getDataSource(const css::uno::Reference< css::uno::XInterface > &_rxDependentObject)
DataAccessDescriptorProperty
@ BookmarkSelection
selection (sequence< any >)
@ ConnectionResource
database file URL (string)
@ ColumnObject
column name (string)
@ ColumnName
the cursor (XResultSet)
@ EscapeProcessing
command type (long)
@ DatabaseLocation
data source name (string)
@ Connection
database driver URL (string)
@ CommandType
command (string)
@ Command
connection (XConnection)
#define SVXCORE_DLLPUBLIC
::std::pair< MetaAction *, int > Component