Package io.resys.thena.datasource
Interface ThenaSqlClient.ThenaQuery<T>
- All Known Subinterfaces:
ThenaSqlClient.ThenaPreparedQuery<T>
- All Known Implementing Classes:
ThenaPreparedQueryVertx,ThenaQueryVertx
- Enclosing interface:
ThenaSqlClient
public static interface ThenaSqlClient.ThenaQuery<T>
-
Method Summary
Modifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<T> execute()<U> ThenaSqlClient.ThenaQuery<io.vertx.mutiny.sqlclient.RowSet<U>>
-
Method Details
-
mapping
<U> ThenaSqlClient.ThenaQuery<io.vertx.mutiny.sqlclient.RowSet<U>> mapping(Function<io.vertx.mutiny.sqlclient.Row, U> mapper) -
execute
io.smallrye.mutiny.Uni<T> execute()
-