-
- All Implemented Interfaces:
-
io.zeko.db.sql.connections.DBPool
public final class VertxAsyncMysqlPool implements DBPool
-
-
Constructor Summary
Constructors Constructor Description VertxAsyncMysqlPool(Vertx vertx, JsonObject json)
-
Method Summary
Modifier and Type Method Description final VertxgetVertx()final PoolgetClient()DBConncreateConnection()IntegergetInsertStatementMode()UnitsetInsertStatementMode(Integer mode)-
-
Method Detail
-
getVertx
final Vertx getVertx()
-
getClient
final Pool getClient()
-
createConnection
DBConn createConnection()
-
getInsertStatementMode
Integer getInsertStatementMode()
-
setInsertStatementMode
Unit setInsertStatementMode(Integer mode)
-
-
-
-