struct ChangeEvent in module com::sun::star::sdbc::

(Global Index)

[ DEPRECATED ]

Syntax

struct ChangeEvent : com::sun::star::lang::EventObject ;

Field Summary

Action indicates the type of change.

Rows indicates the number of rows affected by the change.

Field Details



Action

Syntax

long Action;

Description

indicates the type of change.

See also

ChangeAction

Rows

Syntax

long Rows;

Description

indicates the number of rows affected by the change.

Top of Page