:: com :: sun :: star :: form ::

interface XDatabaseParameterListener
Base Interfaces
XDatabaseParameterListener
┗ ::com::sun::star::lang::XEventListener

::com::sun::star::lang::XEventListener
(referenced interface's summary:)

Methods' Summary
approveParameter is invoked when there is a need for parameter values  
Methods' Details
approveParameter
boolean
approveParameter( [in] DatabaseParameterEvent  aEvent );

Description
is invoked when there is a need for parameter values
Parameter aEvent
the event describing the parameter value request.
Returns
`TRUE` when the execution of the parametrized statement should continue, `FALSE` otherwise.
See also
DatabaseParameterEvent
Top of Page