| Package | Description |
|---|---|
| io.r2dbc.postgresql.api |
R2DBC driver API with Postgres-specific extensions.
|
| Modifier and Type | Method and Description |
|---|---|
PostgresqlStatement |
PostgresqlStatement.add() |
PostgresqlStatement |
PostgresqlStatement.bind(int index,
Object value) |
PostgresqlStatement |
PostgresqlStatement.bind(String identifier,
Object value) |
PostgresqlStatement |
PostgresqlStatement.bindNull(int index,
Class<?> type) |
PostgresqlStatement |
PostgresqlStatement.bindNull(String identifier,
Class<?> type) |
PostgresqlStatement |
PostgresqlConnection.createStatement(String sql) |
default PostgresqlStatement |
PostgresqlStatement.fetchSize(int rows) |
PostgresqlStatement |
PostgresqlStatement.returnGeneratedValues(String... columns) |
Copyright © 2024. All rights reserved.