21 module
com { module sun { module star { module form { module runtime {
23 interface XFeatureInvalidation;
160 void executeWithArguments(
162 [in] sequence< ::com::sun::star::beans::NamedValue > Arguments
182 boolean commitCurrentRecord(
183 [out]
boolean RecordInserted
192 boolean commitCurrentControl(
194 raises ( ::
com::sun::star::sdbc::SQLException );
204 boolean isInsertionRow(
206 raises ( ::
com::sun::star::lang::WrappedTargetException );
216 boolean isModifiedRow(
218 raises ( ::
com::sun::star::lang::WrappedTargetException );
allows to explicitly free resources and break cyclic references.
Definition: XComponent.idl:38
Definition: Ambiguous.idl:20
enhances the functionality of a result set.
Definition: XRowSet.idl:38
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:25
This is a checked exception that wraps an exception thrown by the original target.
Definition: WrappedTargetException.idl:33
is an exception that provides information on a database access error.
Definition: SQLException.idl:40
provides the possibility to write changes made on a result set back to database.
Definition: XResultSetUpdate.idl:26