| Package | Description |
|---|---|
| io.vertx.sqlclient.spi |
| Modifier and Type | Method and Description |
|---|---|
ConnectionFactory |
Driver.createConnectionFactory(Vertx vertx,
SqlConnectOptions database)
Create a connection factory to the given
database. |
static ConnectionFactory |
ConnectionFactory.roundRobinSelector(List<ConnectionFactory> factories) |
| Modifier and Type | Method and Description |
|---|---|
default io.vertx.sqlclient.impl.SqlConnectionInternal |
Driver.wrapConnection(io.vertx.core.impl.ContextInternal context,
ConnectionFactory factory,
io.vertx.sqlclient.impl.Connection conn,
io.vertx.sqlclient.impl.tracing.QueryTracer tracer,
ClientMetrics metrics) |
| Modifier and Type | Method and Description |
|---|---|
static ConnectionFactory |
ConnectionFactory.roundRobinSelector(List<ConnectionFactory> factories) |
Copyright © 2022 Eclipse. All rights reserved.