Package | Description |
---|---|
org.postgresql.jdbc |
Modifier and Type | Field | Description |
---|---|---|
protected ResultWrapper |
PgStatement.firstUnclosedResult |
The first unclosed result.
|
protected ResultWrapper |
PgStatement.generatedKeys |
Results returned by a statement that wants generated keys.
|
protected ResultWrapper |
PgStatement.result |
The current results.
|
Modifier and Type | Method | Description |
---|---|---|
ResultWrapper |
ResultWrapper.getNext() |
Modifier and Type | Method | Description |
---|---|---|
void |
ResultWrapper.append(ResultWrapper newResult) |
Copyright © 2018 PostgreSQL Global Development Group. All rights reserved.