Modifier and Type | Field and Description |
---|---|
protected int |
deleteCount |
protected int |
insertCount |
protected int |
modifyCount |
Constructor and Description |
---|
Database.Modifications() |
Modifier and Type | Method and Description |
---|---|
int |
getDeleteCount() |
int |
getInsertCount() |
int |
getModifyCount() |
void |
update(int insertCount,
int modifyCount,
int deleteCount) |