20 #ifndef __com_sun_star_form_runtime_XFormOperations_idl__ 21 #define __com_sun_star_form_runtime_XFormOperations_idl__ 33 module
com { module sun { module star { module form { module runtime {
35 interface XFeatureInvalidation;
172 void executeWithArguments(
174 [in] sequence< ::com::sun::star::beans::NamedValue > Arguments
194 boolean commitCurrentRecord(
195 [out]
boolean RecordInserted
204 boolean commitCurrentControl(
206 raises ( ::
com::sun::star::sdbc::SQLException );
216 boolean isInsertionRow(
218 raises ( ::
com::sun::star::lang::WrappedTargetException );
228 boolean isModifiedRow(
230 raises ( ::
com::sun::star::lang::WrappedTargetException );
allows to exclicitly free resources and break cyclic references.
Definition: XComponent.idl:42
Definition: Ambiguous.idl:22
enhances the functionality of a result set.
Definition: XRowSet.idl:42
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:29
This is a checked exception that wraps an exception thrown by the original target.
Definition: WrappedTargetException.idl:37
is an exception that provides information on a database access error.
Definition: SQLException.idl:44
provides the possibility to write changes made on a result set back to database.
Definition: XResultSetUpdate.idl:32