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

interface XParametersSupplier
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XParametersSupplier
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