JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
io.r2dbc.postgresql.api
PostgresqlBatch
Contents
Description
Method Summary
Method Details
add(String)
execute()
Hide sidebar
Show sidebar
Interface PostgresqlBatch
All Superinterfaces:
Batch
public interface
PostgresqlBatch
extends
Batch
Batch
for executing a collection of statements in a batch against a PostgreSQL database.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
PostgresqlBatch
add
(
String
sql)
Flux
<
PostgresqlResult
>
execute
()
Method Details
add
PostgresqlBatch
add
(
String
sql)
Specified by:
add
in interface
Batch
execute
Flux
<
PostgresqlResult
>
execute
()
Specified by:
execute
in interface
Batch