[ DEPRECATED ]
Syntax
constants group ChangeAction;
Constants Summary
|
INSERT |
indicates that a insert will be performed.
|
|
UPDATE |
indicates that a update will be performed.
|
|
DELETE |
indicates that a delete will be performed.
|
|
UNDO |
indicates that a undo will be performed.
|
|
Field Details
|
|
Syntax
const long INSERT = 1;
Description
indicates that a insert will be performed.
Syntax
const long UPDATE = 2;
Description
indicates that a update will be performed.
Syntax
const long DELETE = 3;
Description
indicates that a delete will be performed.
Syntax
const long UNDO = 4;
Description
indicates that a undo will be performed.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.