interface XDatabaseParameterListener in module com::sun::star::form::

(Global Index)

Syntax

interface XDatabaseParameterListener : com::sun::star::lang::XEventListener ;

Description

this event is posted if an execution of a parameterized SQL statement needs the values for the parameters.

See also

DatabaseForm

Method Summary

approveParameter is invoked before execution of a parameterized SQL statement.

Method Details



approveParameter

Syntax

boolean approveParameter (
com::sun::star::form::DatabaseParameterEvent aEvent );

Description

is invoked before execution of a parameterized SQL statement.

Parameter aEvent

the event happend.

Returns

true when the parameter is valid.

See also

DatabaseParameterEvent
Top of Page