public static final class DBExecutor.CountAndKey extends Object
| Constructor and Description |
|---|
CountAndKey(long nUpdateCount,
Object aGeneratedKey) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getGeneratedKey() |
long |
getUpdateCount() |
boolean |
hasGeneratedKey() |
boolean |
isUpdateCountUsable() |
public CountAndKey(@Nonnegative long nUpdateCount, @Nullable Object aGeneratedKey)
@Nonnegative public long getUpdateCount()
public boolean isUpdateCountUsable()
public boolean hasGeneratedKey()
Copyright © 2014–2021 Philip Helger. All rights reserved.