public static interface RowChangeAssistant.RowChange
Modifier and Type | Field and Description |
---|---|
static String |
OPERATION_DELETE
Operation value for an DELETE . |
static String |
OPERATION_INSERT
Operation value for an INSERT . |
static String |
OPERATION_UPDATE
Operation value for an UPDATE . |
Modifier and Type | Method and Description |
---|---|
String |
getOperation()
Gets the operation performed.
|
long |
getPrimaryKey()
Gets the value of the primary key.
|
static final String OPERATION_INSERT
Operation
value for an INSERT
.static final String OPERATION_UPDATE
Operation
value for an UPDATE
.static final String OPERATION_DELETE
Operation
value for an DELETE
.long getPrimaryKey()
String getOperation()
OPERATION_INSERT
,
OPERATION_UPDATE
, OPERATION_DELETE
,
or some action-specific value (if recordRowChange
was called)Copyright © 2023. All rights reserved.