@NotThreadSafe public class UpdatedRowCountCallback extends Object implements IUpdatedRowCountCallback
IUpdatedRowCountCallback.NOT_INITIALIZED| Constructor and Description |
|---|
UpdatedRowCountCallback() |
| Modifier and Type | Method and Description |
|---|---|
long |
getUpdatedRowCount() |
void |
setUpdatedRowCount(long nUpdatedRowCount)
Notify on the updated row count update.
|
String |
toString() |
public void setUpdatedRowCount(long nUpdatedRowCount)
IUpdatedRowCountCallbacksetUpdatedRowCount in interface IUpdatedRowCountCallbacknUpdatedRowCount - The number of updated rows (e.g. on update or delete)public long getUpdatedRowCount()
getUpdatedRowCount in interface IUpdatedRowCountCallbackIUpdatedRowCountCallback.NOT_INITIALIZED if
IUpdatedRowCountCallback.setUpdatedRowCount(long) was never called.Copyright © 2014–2021 Philip Helger. All rights reserved.