Class ThreadLocalDB2Pool
- java.lang.Object
-
- io.quarkus.reactive.datasource.runtime.ThreadLocalPool<io.vertx.db2client.DB2Pool>
-
- io.quarkus.reactive.db2.client.runtime.ThreadLocalDB2Pool
-
- All Implemented Interfaces:
io.vertx.db2client.DB2Pool,io.vertx.sqlclient.Pool,io.vertx.sqlclient.SqlClient
public class ThreadLocalDB2Pool extends ThreadLocalPool<io.vertx.db2client.DB2Pool> implements io.vertx.db2client.DB2Pool
-
-
Field Summary
-
Fields inherited from class io.quarkus.reactive.datasource.runtime.ThreadLocalPool
poolOptions, vertx
-
-
Constructor Summary
Constructors Constructor Description ThreadLocalDB2Pool(io.vertx.core.Vertx vertx, io.vertx.db2client.DB2ConnectOptions db2ConnectOptions, io.vertx.sqlclient.PoolOptions poolOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected io.vertx.db2client.DB2PoolcreateThreadLocalPool()-
Methods inherited from class io.quarkus.reactive.datasource.runtime.ThreadLocalPool
close, close, getConnection, getConnection, preparedQuery, query, removeSelfFromTracking, trackedSize
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
createThreadLocalPool
protected io.vertx.db2client.DB2Pool createThreadLocalPool()
- Specified by:
createThreadLocalPoolin classThreadLocalPool<io.vertx.db2client.DB2Pool>
-
-