Package | Description |
---|---|
org.h2.command |
This package contains the parser and the base classes for prepared SQL statements.
|
org.h2.result |
Implementation of row and internal result sets.
|
Modifier and Type | Method and Description |
---|---|
ResultWithGeneratedKeys |
CommandRemote.executeUpdate(Object generatedKeysRequest) |
ResultWithGeneratedKeys |
CommandInterface.executeUpdate(Object generatedKeysRequest)
Execute the statement
|
ResultWithGeneratedKeys |
Command.executeUpdate(Object generatedKeysRequest) |
Modifier and Type | Class and Description |
---|---|
static class |
ResultWithGeneratedKeys.WithKeys
Result of update command with generated keys;
|
Modifier and Type | Method and Description |
---|---|
static ResultWithGeneratedKeys |
ResultWithGeneratedKeys.of(int updateCount)
Returns a result with only update count.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.