:: com :: sun :: star :: sdb ::

interface XParametersSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XParametersSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
provides the access to a container of parameters, typically used for a prepared statement.

Methods' Summary
getParameters returns the container of parameters.  
Methods' Details
getParameters
::com::sun::star::container::XIndexAccess
getParameters();

Description
returns the container of parameters.
Returns
the parameters
Top of Page