| Package | Description |
|---|---|
| oracle.pgx.api |
This package contains the main Java APIs.
|
| oracle.pgx.api.frames |
This package contains classes and utilities to build and manipulate PGX Frames.
|
| Modifier and Type | Method and Description |
|---|---|
PgxFrameBuilder |
PgxSession.createFrameBuilder(java.util.List<ColumnDescriptor> schema)
Creates a new frame builder with which it is possible to parameterize the building of the row frame
|
| Modifier and Type | Method and Description |
|---|---|
PgxFrameBuilder |
PgxFrameBuilder.addRows(java.util.Map<java.lang.String,java.lang.Iterable<?>> rows)
Blocking version of
addRowsAsync(Map). |
| Modifier and Type | Method and Description |
|---|---|
PgxFuture<PgxFrameBuilder> |
PgxFrameBuilder.addRowsAsync(java.util.Map<java.lang.String,java.lang.Iterable<?>> rows)
Validates the news rows with the previously specified schema and adds them to the current frame builder
|