Uses of Interface
io.resys.thena.datasource.ThenaSqlClient.Sql
Packages that use ThenaSqlClient.Sql
Package
Description
-
Uses of ThenaSqlClient.Sql in io.resys.thena.api.registry
Methods in io.resys.thena.api.registry that return ThenaSqlClient.SqlModifier and TypeMethodDescriptionTenantRegistry.createConstraints()ThenaRegistryService.createConstraints()TenantRegistry.createTable()ThenaRegistryService.createTable()TenantRegistry.dropTable()ThenaRegistryService.dropTable()TenantRegistry.findAll()ThenaRegistryService.findAll() -
Uses of ThenaSqlClient.Sql in io.resys.thena.datasource
Classes in io.resys.thena.datasource that implement ThenaSqlClient.SqlMethods in io.resys.thena.datasource that return ThenaSqlClient.SqlMethods in io.resys.thena.datasource with parameters of type ThenaSqlClient.SqlModifier and TypeMethodDescriptionstatic ImmutableSqlImmutableSql.copyOf(ThenaSqlClient.Sql instance) Creates an immutable copy of aThenaSqlClient.Sqlvalue.final ImmutableSql.BuilderImmutableSql.Builder.from(ThenaSqlClient.Sql instance) Fill a builder with attribute values from the providedSqlinstance.Constructors in io.resys.thena.datasource with parameters of type ThenaSqlClient.Sql -
Uses of ThenaSqlClient.Sql in io.resys.thena.registry
Methods in io.resys.thena.registry that return ThenaSqlClient.SqlModifier and TypeMethodDescriptionTenantRegistrySqlImpl.createConstraints()TenantRegistrySqlImpl.createTable()TenantRegistrySqlImpl.dropTable()TenantRegistrySqlImpl.findAll() -
Uses of ThenaSqlClient.Sql in io.resys.thena.storesql.support
Methods in io.resys.thena.storesql.support with parameters of type ThenaSqlClient.SqlModifier and TypeMethodDescriptionstatic io.smallrye.mutiny.Uni<io.vertx.mutiny.sqlclient.RowSet<io.vertx.mutiny.sqlclient.Row>> Execute.apply(ThenaSqlClient client, ThenaSqlClient.Sql sql)