Package io.resys.thena.datasource
Interface ThenaSqlClient.ThenaSqlPool
- All Superinterfaces:
ThenaSqlClient
- All Known Implementing Classes:
ThenaSqlPoolVertx
- Enclosing interface:
ThenaSqlClient
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.resys.thena.datasource.ThenaSqlClient
ThenaSqlClient.Sql, ThenaSqlClient.SqlTuple, ThenaSqlClient.SqlTupleList, ThenaSqlClient.ThenaPreparedQuery<T>, ThenaSqlClient.ThenaQuery<T>, ThenaSqlClient.ThenaSqlPool -
Method Summary
Modifier and TypeMethodDescription<T> io.smallrye.mutiny.Uni<T> withTransaction(Function<ThenaSqlClient, io.smallrye.mutiny.Uni<T>> function) Methods inherited from interface io.resys.thena.datasource.ThenaSqlClient
preparedQuery, query, rollback
-
Method Details
-
withTransaction
<T> io.smallrye.mutiny.Uni<T> withTransaction(Function<ThenaSqlClient, io.smallrye.mutiny.Uni<T>> function)
-