public class ResultWithGeneratedKeys extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ResultWithGeneratedKeys.WithKeys
Result of update command with generated keys;
|
| 限定符和类型 | 方法和说明 |
|---|---|
ResultInterface |
getGeneratedKeys()
Returns generated keys, or
null. |
long |
getUpdateCount()
Returns update count.
|
static ResultWithGeneratedKeys |
of(long updateCount)
Returns a result with only update count.
|
public static ResultWithGeneratedKeys of(long updateCount)
updateCount - update countpublic ResultInterface getGeneratedKeys()
null.nullpublic long getUpdateCount()
Copyright © 2022. All rights reserved.