public class TableRowChangeStatus
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
DELETED
The row has been deleted
|
static int |
INSERTED
The row is new
|
static int |
UNCHANGED
The row is unchanged
|
static int |
UPDATED
The one or more cells in this row have changed value
|
Constructor and Description |
---|
TableRowChangeStatus() |
public static final int UNCHANGED
public static final int UPDATED
public static final int DELETED
public static final int INSERTED