Top   Module   Use   Manual   Index 

com :: sun :: star :: sdbc ::

constants group ChangeAction


[ DEPRECATED ]


Constants

const long INSERT = = 1;
Description
indicates that a insert will be performed.
const long UPDATE = = 2;
Description
indicates that a update will be performed.
const long DELETE = = 3;
Description
indicates that a delete will be performed.
const long UNDO = = 4;
Description
indicates that a undo will be performed.
Top of Page