Uses of Interface
io.resys.thena.datasource.ThenaSqlClient.SqlTupleList
Packages that use ThenaSqlClient.SqlTupleList
-
Uses of ThenaSqlClient.SqlTupleList in io.resys.thena.datasource
Classes in io.resys.thena.datasource that implement ThenaSqlClient.SqlTupleListModifier and TypeClassDescriptionfinal classImmutable implementation ofThenaSqlClient.SqlTupleList.Methods in io.resys.thena.datasource that return ThenaSqlClient.SqlTupleListMethods in io.resys.thena.datasource with parameters of type ThenaSqlClient.SqlTupleListModifier and TypeMethodDescriptionstatic ImmutableSqlTupleListImmutableSqlTupleList.copyOf(ThenaSqlClient.SqlTupleList instance) Creates an immutable copy of aThenaSqlClient.SqlTupleListvalue.ImmutableSqlTupleList.Builder.from(ThenaSqlClient.SqlTupleList instance) Fill a builder with attribute values from the providedSqlTupleListinstance.Constructors in io.resys.thena.datasource with parameters of type ThenaSqlClient.SqlTupleListModifierConstructorDescriptionSqlTupleListFailed(String message, ThenaSqlClient.SqlTupleList sql, Throwable cause) -
Uses of ThenaSqlClient.SqlTupleList in io.resys.thena.storesql.support
Methods in io.resys.thena.storesql.support with parameters of type ThenaSqlClient.SqlTupleListModifier and TypeMethodDescriptionstatic io.smallrye.mutiny.Uni<io.vertx.mutiny.sqlclient.RowSet<io.vertx.mutiny.sqlclient.Row>> Execute.apply(ThenaSqlClient client, ThenaSqlClient.SqlTupleList sql)