Package | Description |
---|---|
io.vertx.db2client.spi | |
io.vertx.mssqlclient.spi | |
io.vertx.mysqlclient.spi | |
io.vertx.pgclient.spi | |
io.vertx.sqlclient.spi |
Modifier and Type | Method and Description |
---|---|
ConnectionFactory |
DB2Driver.createConnectionFactory(Vertx vertx,
SqlConnectOptions database) |
Modifier and Type | Method and Description |
---|---|
io.vertx.sqlclient.impl.SqlConnectionInternal |
DB2Driver.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 |
---|---|
ConnectionFactory |
MSSQLDriver.createConnectionFactory(Vertx vertx,
SqlConnectOptions database) |
Modifier and Type | Method and Description |
---|---|
io.vertx.sqlclient.impl.SqlConnectionInternal |
MSSQLDriver.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 |
---|---|
ConnectionFactory |
MySQLDriver.createConnectionFactory(Vertx vertx,
SqlConnectOptions database) |
Modifier and Type | Method and Description |
---|---|
io.vertx.sqlclient.impl.SqlConnectionInternal |
MySQLDriver.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 |
---|---|
ConnectionFactory |
PgDriver.createConnectionFactory(Vertx vertx,
SqlConnectOptions database) |
Modifier and Type | Method and Description |
---|---|
io.vertx.sqlclient.impl.SqlConnectionInternal |
PgDriver.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 |
---|---|
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 © 2023 Eclipse. All rights reserved.