interface XParametersSupplier in module com::sun::star::sdb::

(Global Index)

Syntax

interface XParametersSupplier : com::sun::star::uno::XInterface ;

Description

provides the access to a container of parameters, typically used for a prepared statement.

Method Summary

getParameters returns the container of parameters.

Method Details



getParameters

Syntax

com::sun::star::container::XIndexAccess getParameters ();

Description

returns the container of parameters.

Returns

the parameters
Top of Page