LibreOffice
LibreOffice 7.4 SDK API Reference
Variables
com::sun::star::sdb::RowChangeAction Constant Group Referencepublished

determines the type of change which is going to be performed. More...

Variables

const long INSERT = 1
 indicates that an insert will be performed. More...
 
const long UPDATE = 2
 indicates that an update will be performed. More...
 
const long DELETE = 3
 indicates that a delete will be performed. More...
 

Detailed Description

determines the type of change which is going to be performed.

Variable Documentation

◆ DELETE

const long DELETE = 3

indicates that a delete will be performed.

◆ INSERT

const long INSERT = 1

indicates that an insert will be performed.

◆ UPDATE

const long UPDATE = 2

indicates that an update will be performed.