Uses of Class
oracle.pgx.api.frames.PgxFrameBuilder
-
Packages that use PgxFrameBuilder 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. -
-
Uses of PgxFrameBuilder in oracle.pgx.api
Methods in oracle.pgx.api that return PgxFrameBuilder Modifier and Type Method 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 -
Uses of PgxFrameBuilder in oracle.pgx.api.frames
Methods in oracle.pgx.api.frames that return PgxFrameBuilder Modifier and Type Method Description PgxFrameBuilder
PgxFrameBuilder. addRows(java.util.Map<java.lang.String,java.lang.Iterable<?>> rows)
Blocking version ofaddRowsAsync(Map)
.Methods in oracle.pgx.api.frames that return types with arguments of type PgxFrameBuilder Modifier and Type Method 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
-