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

interface XCompletedExecution

Methods' Summary
executeWithCompletion completes necessary information before execution, for example parameter values.  
Methods' Details
executeWithCompletion
void
executeWithCompletion( [in] ::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