Package io.resys.thena.datasource.vertx
Class ThenaQueryVertx<T>
java.lang.Object
io.resys.thena.datasource.vertx.ThenaQueryVertx<T>
- All Implemented Interfaces:
ThenaSqlClient.ThenaQuery<T>
-
Constructor Summary
ConstructorsConstructorDescriptionThenaQueryVertx(io.vertx.mutiny.sqlclient.SqlClient realClient, String sql) ThenaQueryVertx(io.vertx.mutiny.sqlclient.SqlClient realClient, String sql, Function<io.vertx.mutiny.sqlclient.Row, U> mapper) -
Method Summary
Modifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<T> execute()<U> ThenaSqlClient.ThenaPreparedQuery<io.vertx.mutiny.sqlclient.RowSet<U>>
-
Constructor Details
-
ThenaQueryVertx
-
ThenaQueryVertx
-
-
Method Details
-
mapping
public <U> ThenaSqlClient.ThenaPreparedQuery<io.vertx.mutiny.sqlclient.RowSet<U>> mapping(Function<io.vertx.mutiny.sqlclient.Row, U> mapper) - Specified by:
mappingin interfaceThenaSqlClient.ThenaQuery<T>
-
execute
- Specified by:
executein interfaceThenaSqlClient.ThenaQuery<T>
-