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
|
|
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
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.