interface XCompletedExecution in module com::sun::star::sdb::

(Global Index)

Syntax

interface XCompletedExecution : com::sun::star::uno::XInterface ;

Description

is used for execution where information for execution may be required from the user.

Method Summary

executeWithCompletion completes necessary information before execution, for example parameter values.

Method Details



executeWithCompletion

Syntax

void executeWithCompletion (
com::sun::star::task::XInteractionHandler handler )
raises ( com::sun::star::sdbc::SQLException );

Description

completes necessary information before execution, for example parameter values.

Parameter handler

will be asked when more information is needed

Throws

com::sun::star::sdbc::SQLException if a database access error occurs.
Top of Page