Uses of Interface
io.resys.thena.datasource.ThenaSqlClient
Packages that use ThenaSqlClient
Package
Description
-
Uses of ThenaSqlClient in io.resys.thena.datasource
Subinterfaces of ThenaSqlClient in io.resys.thena.datasourceMethods in io.resys.thena.datasource that return ThenaSqlClientMethods in io.resys.thena.datasource that return types with arguments of type ThenaSqlClientMethods in io.resys.thena.datasource with parameters of type ThenaSqlClientModifier and TypeMethodDescriptionThenaSqlDataSource.withTx(ThenaSqlClient tx) ThenaSqlDataSourceImpl.withTx(ThenaSqlClient tx) Method parameters in io.resys.thena.datasource with type arguments of type ThenaSqlClientModifier and TypeMethodDescription<T> io.smallrye.mutiny.Uni<T> ThenaSqlClient.ThenaSqlPool.withTransaction(Function<ThenaSqlClient, io.smallrye.mutiny.Uni<T>> function) Constructor parameters in io.resys.thena.datasource with type arguments of type ThenaSqlClientModifierConstructorDescriptionThenaSqlDataSourceImpl(Tenant tenant, TenantContext tenantTableNames, ThenaSqlClient.ThenaSqlPool pool, ThenaSqlDataSourceErrorHandler errorHandler, Optional<ThenaSqlClient> tx, ThenaSqlDataSource.TenantCache tenantCache) ThenaSqlDataSourceImpl(String tenant, TenantContext tenantTableNames, ThenaSqlClient.ThenaSqlPool pool, ThenaSqlDataSourceErrorHandler errorHandler, Optional<ThenaSqlClient> tx, ThenaSqlDataSource.TenantCache tenantCache) -
Uses of ThenaSqlClient in io.resys.thena.datasource.vertx
Classes in io.resys.thena.datasource.vertx that implement ThenaSqlClientMethod parameters in io.resys.thena.datasource.vertx with type arguments of type ThenaSqlClientModifier and TypeMethodDescription<T> io.smallrye.mutiny.Uni<T> ThenaSqlPoolVertx.doInTx(io.vertx.mutiny.sqlclient.SqlConnection realTxClient, Function<ThenaSqlClient, io.smallrye.mutiny.Uni<T>> function) <T> io.smallrye.mutiny.Uni<T> ThenaSqlPoolVertx.withTransaction(Function<ThenaSqlClient, io.smallrye.mutiny.Uni<T>> function) -
Uses of ThenaSqlClient in io.resys.thena.spi
Methods in io.resys.thena.spi that return ThenaSqlClient -
Uses of ThenaSqlClient in io.resys.thena.storesql.support
Methods in io.resys.thena.storesql.support with parameters of type ThenaSqlClientModifier and TypeMethodDescriptionstatic io.smallrye.mutiny.Uni<io.vertx.mutiny.sqlclient.RowSet<io.vertx.mutiny.sqlclient.Row>> Execute.apply(ThenaSqlClient client, ThenaSqlClient.Sql sql) static io.smallrye.mutiny.Uni<io.vertx.mutiny.sqlclient.RowSet<io.vertx.mutiny.sqlclient.Row>> Execute.apply(ThenaSqlClient client, ThenaSqlClient.SqlTuple sql) static io.smallrye.mutiny.Uni<io.vertx.mutiny.sqlclient.RowSet<io.vertx.mutiny.sqlclient.Row>> Execute.apply(ThenaSqlClient client, ThenaSqlClient.SqlTupleList sql)