public interface IUpdatedRowCountCallback
extends com.helger.commons.callback.ICallback
| Modifier and Type | Field and Description |
|---|---|
static long |
NOT_INITIALIZED
Default value for uninitialized row count
|
| Modifier and Type | Method and Description |
|---|---|
long |
getUpdatedRowCount() |
void |
setUpdatedRowCount(long nUpdatedRowCount)
Notify on the updated row count update.
|
static final long NOT_INITIALIZED
@CheckForSigned long getUpdatedRowCount()
NOT_INITIALIZED if
setUpdatedRowCount(long) was never called.void setUpdatedRowCount(long nUpdatedRowCount)
nUpdatedRowCount - The number of updated rows (e.g. on update or delete)Copyright © 2014–2021 Philip Helger. All rights reserved.