| Modifier and Type | Field and Description |
|---|---|
static MySQLDriver |
INSTANCE |
| Constructor and Description |
|---|
MySQLDriver() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptsOptions(SqlConnectOptions options) |
ConnectionFactory |
createConnectionFactory(Vertx vertx,
SqlConnectOptions database) |
ConnectionFactory |
createConnectionFactory(Vertx vertx,
Supplier<? extends Future<? extends SqlConnectOptions>> database) |
Pool |
newPool(Vertx vertx,
Supplier<? extends Future<? extends SqlConnectOptions>> databases,
PoolOptions options,
io.vertx.core.impl.CloseFuture closeFuture) |
MySQLConnectOptions |
parseConnectionUri(String uri) |
io.vertx.sqlclient.impl.SqlConnectionInternal |
wrapConnection(io.vertx.core.impl.ContextInternal context,
ConnectionFactory factory,
io.vertx.sqlclient.impl.Connection conn) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitappendQueryPlaceholder, createPool, createPool, newPoolpublic static final MySQLDriver INSTANCE
public Pool newPool(Vertx vertx, Supplier<? extends Future<? extends SqlConnectOptions>> databases, PoolOptions options, io.vertx.core.impl.CloseFuture closeFuture)
public MySQLConnectOptions parseConnectionUri(String uri)
parseConnectionUri in interface Driverpublic boolean acceptsOptions(SqlConnectOptions options)
acceptsOptions in interface Driverpublic ConnectionFactory createConnectionFactory(Vertx vertx, SqlConnectOptions database)
createConnectionFactory in interface Driverpublic ConnectionFactory createConnectionFactory(Vertx vertx, Supplier<? extends Future<? extends SqlConnectOptions>> database)
createConnectionFactory in interface Driverpublic io.vertx.sqlclient.impl.SqlConnectionInternal wrapConnection(io.vertx.core.impl.ContextInternal context, ConnectionFactory factory, io.vertx.sqlclient.impl.Connection conn)
wrapConnection in interface DriverCopyright © 2024 Eclipse. All rights reserved.