| 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. |
ConnectionFactory |
Driver.createConnectionFactory(Vertx vertx,
Supplier<? extends Future<? extends SqlConnectOptions>> database)
Create a connection factory to the given
database. |
| 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) |
Copyright © 2024 Eclipse. All rights reserved.