public static final class ResultWithGeneratedKeys.WithKeys extends ResultWithGeneratedKeys
ResultWithGeneratedKeys.WithKeys
Constructor and Description |
---|
WithKeys(int updateCount,
ResultInterface generatedKeys)
Creates a result with update count and generated keys.
|
Modifier and Type | Method and Description |
---|---|
ResultInterface |
getGeneratedKeys()
Returns generated keys, or
null . |
getUpdateCount, of
public WithKeys(int updateCount, ResultInterface generatedKeys)
updateCount
- update countgeneratedKeys
- generated keyspublic ResultInterface getGeneratedKeys()
ResultWithGeneratedKeys
null
.getGeneratedKeys
in class ResultWithGeneratedKeys
null
Copyright © 2020 JBoss by Red Hat. All rights reserved.