-
- All Implemented Interfaces:
-
io.zeko.db.sql.connections.DBPool
public final class HikariDBPool implements DBPool
-
-
Constructor Summary
Constructors Constructor Description HikariDBPool(JsonObject json)HikariDBPool(HikariConfig config)
-
Method Summary
Modifier and Type Method Description final Unitinit(HikariConfig config)DBConncreateConnection()IntegergetInsertStatementMode()UnitsetInsertStatementMode(Integer mode)-
-
Method Detail
-
createConnection
DBConn createConnection()
-
getInsertStatementMode
Integer getInsertStatementMode()
-
setInsertStatementMode
Unit setInsertStatementMode(Integer mode)
-
-
-
-