Uses of Interface
io.resys.thena.datasource.ThenaSqlClient.SqlTuple
Packages that use ThenaSqlClient.SqlTuple
Package
Description
-
Uses of ThenaSqlClient.SqlTuple in io.resys.thena.api.registry
Methods in io.resys.thena.api.registry that return ThenaSqlClient.SqlTupleModifier and TypeMethodDescriptionTenantRegistry.exists()TenantRegistry.getByNameOrId(String name) -
Uses of ThenaSqlClient.SqlTuple in io.resys.thena.datasource
Classes in io.resys.thena.datasource that implement ThenaSqlClient.SqlTupleModifier and TypeClassDescriptionfinal classImmutable implementation ofThenaSqlClient.SqlTuple.Methods in io.resys.thena.datasource that return ThenaSqlClient.SqlTupleMethods in io.resys.thena.datasource with parameters of type ThenaSqlClient.SqlTupleModifier and TypeMethodDescriptionstatic ImmutableSqlTupleImmutableSqlTuple.copyOf(ThenaSqlClient.SqlTuple instance) Creates an immutable copy of aThenaSqlClient.SqlTuplevalue.ImmutableSqlTuple.Builder.from(ThenaSqlClient.SqlTuple instance) Fill a builder with attribute values from the providedSqlTupleinstance.Constructors in io.resys.thena.datasource with parameters of type ThenaSqlClient.SqlTupleModifierConstructorDescriptionSqlTupleFailed(String message, ThenaSqlClient.SqlTuple sql, Throwable cause) -
Uses of ThenaSqlClient.SqlTuple in io.resys.thena.registry
Methods in io.resys.thena.registry that return ThenaSqlClient.SqlTupleModifier and TypeMethodDescriptionTenantRegistrySqlImpl.exists()TenantRegistrySqlImpl.getByNameOrId(String name) -
Uses of ThenaSqlClient.SqlTuple in io.resys.thena.storesql.support
Methods in io.resys.thena.storesql.support with parameters of type ThenaSqlClient.SqlTupleModifier and TypeMethodDescriptionstatic io.smallrye.mutiny.Uni<io.vertx.mutiny.sqlclient.RowSet<io.vertx.mutiny.sqlclient.Row>> Execute.apply(ThenaSqlClient client, ThenaSqlClient.SqlTuple sql)