Package | Description |
---|---|
org.h2.command.dml |
Contains DML (data manipulation language) and related SQL statements.
|
org.h2.engine |
Contains high level classes of the database and classes that don't fit in another sub-package.
|
org.h2.result |
Implementation of row and internal result sets.
|
Modifier and Type | Method and Description |
---|---|
LocalResult |
SelectUnion.getEmptyResult() |
Modifier and Type | Method and Description |
---|---|
LocalResult |
GeneratedKeys.getKeys(Session session)
Returns generated keys.
|
Modifier and Type | Method and Description |
---|---|
LocalResult |
LocalResult.createShallowCopy(SessionInterface targetSession)
Create a shallow copy of the result set.
|
static LocalResult |
LocalResult.read(Session session,
ResultSet rs,
int maxrows)
Construct a local result set by reading all data from a regular result
set.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.