public class MySQLPool extends Pool
original non RX-ified interface using Vert.x codegen.| Modifier and Type | Field and Description |
|---|---|
static TypeArg<MySQLPool> |
__TYPE_ARG |
| Constructor and Description |
|---|
MySQLPool(io.vertx.mysqlclient.MySQLPool delegate) |
MySQLPool(Object delegate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
io.vertx.mysqlclient.MySQLPool |
getDelegate() |
int |
hashCode() |
static MySQLPool |
newInstance(io.vertx.mysqlclient.MySQLPool arg) |
static MySQLPool |
pool(io.vertx.mysqlclient.MySQLConnectOptions connectOptions,
io.vertx.sqlclient.PoolOptions poolOptions)
Create a connection pool to the MySQL server configured with the given
connectOptions and poolOptions. |
static MySQLPool |
pool(String connectionUri)
Like
pool(java.lang.String) with a default poolOptions. |
static MySQLPool |
pool(String connectionUri,
io.vertx.sqlclient.PoolOptions poolOptions)
|
static MySQLPool |
pool(Vertx vertx,
io.vertx.mysqlclient.MySQLConnectOptions connectOptions,
io.vertx.sqlclient.PoolOptions poolOptions)
Like
pool(java.lang.String) with a specific instance. |
static MySQLPool |
pool(Vertx vertx,
String connectionUri)
Like
pool(java.lang.String) with a default poolOptions.. |
static MySQLPool |
pool(Vertx vertx,
String connectionUri,
io.vertx.sqlclient.PoolOptions poolOptions)
|
String |
toString() |
begin, close, getConnection, newInstance, pool, pool, pool, preparedQuery, query, rxBegin, rxGetConnectionnewInstancepublic MySQLPool(io.vertx.mysqlclient.MySQLPool delegate)
public MySQLPool(Object delegate)
public io.vertx.mysqlclient.MySQLPool getDelegate()
getDelegate in class Poolpublic static MySQLPool pool(String connectionUri)
pool(java.lang.String) with a default poolOptions.connectionUri - public static MySQLPool pool(String connectionUri, io.vertx.sqlclient.PoolOptions poolOptions)
connectionUri - poolOptions - public static MySQLPool pool(Vertx vertx, String connectionUri)
pool(java.lang.String) with a default poolOptions..vertx - connectionUri - public static MySQLPool pool(Vertx vertx, String connectionUri, io.vertx.sqlclient.PoolOptions poolOptions)
vertx - connectionUri - poolOptions - public static MySQLPool pool(io.vertx.mysqlclient.MySQLConnectOptions connectOptions, io.vertx.sqlclient.PoolOptions poolOptions)
connectOptions and poolOptions.connectOptions - the options for the connectionpoolOptions - the options for creating the poolpublic static MySQLPool pool(Vertx vertx, io.vertx.mysqlclient.MySQLConnectOptions connectOptions, io.vertx.sqlclient.PoolOptions poolOptions)
pool(java.lang.String) with a specific instance.vertx - connectOptions - poolOptions - public static MySQLPool newInstance(io.vertx.mysqlclient.MySQLPool arg)
Copyright © 2022 Eclipse. All rights reserved.