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

interface 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