@FunctionalInterface public interface IGeneratedKeysCallback extends com.helger.commons.callback.ICallback
| Modifier and Type | Method and Description |
|---|---|
void |
onGeneratedKeys(com.helger.commons.collection.impl.ICommonsList<com.helger.commons.collection.impl.ICommonsList<Object>> aGeneratedKeys)
Set all generated keys.
|
void onGeneratedKeys(@Nonnull com.helger.commons.collection.impl.ICommonsList<com.helger.commons.collection.impl.ICommonsList<Object>> aGeneratedKeys)
aGeneratedKeys - The first list represents all rows, whereas the nested lists
represents all columns containing the different values.Copyright © 2014–2021 Philip Helger. All rights reserved.