public class StatementResult extends Object
| Constructor and Description |
|---|
StatementResult(int affectedRows,
Map<String,BigInteger> generatedKeys)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAffectedRows() |
Map<String,BigInteger> |
getGeneratedKeys() |
public StatementResult(int affectedRows,
Map<String,BigInteger> generatedKeys)
affectedRows - the amount of affected rowsgeneratedKeys - the auto generated keyspublic int getAffectedRows()
public Map<String,BigInteger> getGeneratedKeys()
Map with the generated keysCopyright © 2024. All rights reserved.