19#ifndef __com_sun_star_sdb_RowChangeAction_idl__
20#define __com_sun_star_sdb_RowChangeAction_idl__
22 module
com { module sun { module star { module sdb {
27published constants RowChangeAction
const long UPDATE
indicates that an update will be performed.
Definition: RowChangeAction.idl:36
const long DELETE
indicates that a delete will be performed.
Definition: RowChangeAction.idl:40
const long INSERT
indicates that an insert will be performed.
Definition: RowChangeAction.idl:32
Definition: Accessible.idl:22