Constructor and Description |
---|
MySQLDriver() |
Modifier and Type | Method and Description |
---|---|
boolean |
acceptsOptions(SqlConnectOptions options) |
ConnectionFactory |
createConnectionFactory(io.vertx.core.Vertx vertx,
SqlConnectOptions database) |
MySQLPool |
createPool(io.vertx.core.Vertx vertx,
List<? extends SqlConnectOptions> databases,
PoolOptions options) |
public MySQLPool createPool(io.vertx.core.Vertx vertx, List<? extends SqlConnectOptions> databases, PoolOptions options)
createPool
in interface Driver
public boolean acceptsOptions(SqlConnectOptions options)
acceptsOptions
in interface Driver
public ConnectionFactory createConnectionFactory(io.vertx.core.Vertx vertx, SqlConnectOptions database)
createConnectionFactory
in interface Driver
Copyright © 2022 Eclipse. All rights reserved.