| Package | Description |
|---|---|
| io.asyncer.r2dbc.mysql |
An implementation of the Reactive Relational Database Connection API for MySQL servers.
|
| Modifier and Type | Field and Description |
|---|---|
static io.r2dbc.spi.Option<ConsistentSnapshotEngine> |
MySqlTransactionDefinition.CONSISTENT_SNAPSHOT_ENGINE
Use
START TRANSACTION WITH CONSISTENT [engine] SNAPSHOT for Facebook/MySQL or similar syntax. |
| Modifier and Type | Method and Description |
|---|---|
static ConsistentSnapshotEngine |
ConsistentSnapshotEngine.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsistentSnapshotEngine[] |
ConsistentSnapshotEngine.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MySqlTransactionDefinition.Builder |
MySqlTransactionDefinition.Builder.consistentSnapshotEngine(@Nullable ConsistentSnapshotEngine snapshotEngine)
Changes the
MySqlTransactionDefinition.CONSISTENT_SNAPSHOT_ENGINE option. |
Copyright © 2018–2023 asyncer.io. All rights reserved.