Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XParametersSupplier

Base Interface
com::sun::star::uno::XInterface

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