public interface EventConstants
Modifier and Type | Field and Description |
---|---|
static int |
ALL_COLUMNS
Indicates an operation that affects all columns of a table.
|
static int |
DELETE
Indicates a data delete operation.
|
static int |
INSERT
Indicates a data insert operation.
|
static int |
UPDATE
Indicates a data update operation.
|
static final int INSERT
static final int UPDATE
static final int DELETE
static final int ALL_COLUMNS
Copyright ? 2013 Regents of the University of California