19 #ifndef __com_sun_star_sdbc_ChangeAction_idl__
20 #define __com_sun_star_sdbc_ChangeAction_idl__
22 module com { module sun { module star { module sdbc {
26 published constants ChangeAction
const long DELETE
indicates that a delete will be performed.
Definition: ChangeAction.idl:39
const long INSERT
indicates that a insert will be performed.
Definition: ChangeAction.idl:31
const long UNDO
indicates that a undo will be performed.
Definition: ChangeAction.idl:43
const long UPDATE
indicates that a update will be performed.
Definition: ChangeAction.idl:35