Interface ThenaSqlClient.ThenaPreparedQuery<T>

All Superinterfaces:
ThenaSqlClient.ThenaQuery<T>
All Known Implementing Classes:
ThenaPreparedQueryVertx
Enclosing interface:
ThenaSqlClient

public static interface ThenaSqlClient.ThenaPreparedQuery<T> extends ThenaSqlClient.ThenaQuery<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    io.smallrye.mutiny.Uni<T>
     
    io.smallrye.mutiny.Uni<T>
    execute(io.vertx.mutiny.sqlclient.Tuple props)
     
    io.smallrye.mutiny.Uni<T>
    executeBatch(List<io.vertx.mutiny.sqlclient.Tuple> batch)
     
    <U> ThenaSqlClient.ThenaPreparedQuery<io.vertx.mutiny.sqlclient.RowSet<U>>
    mapping(Function<io.vertx.mutiny.sqlclient.Row,U> mapper)