Syntax
constants group RowChangeAction;
Description
determines the type of change which is going to be performed.
Constants Summary
|
INSERT |
indicates that an insert will be performed.
|
|
UPDATE |
indicates that an update will be performed.
|
|
DELETE |
indicates that a delete will be performed.
|
|
Field Details
|
|
Syntax
const long INSERT = 1;
Description
indicates that an insert will be performed.
Syntax
const long UPDATE = 2;
Description
indicates that an update will be performed.
Syntax
const long DELETE = 3;
Description
indicates that a delete will be performed.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.