Package io.resys.thena.storesql.support
Class Execute
java.lang.Object
io.resys.thena.storesql.support.Execute
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic io.smallrye.mutiny.Uni<io.vertx.mutiny.sqlclient.RowSet<io.vertx.mutiny.sqlclient.Row>> apply(ThenaSqlClient client, ThenaSqlClient.Sql sql) static io.smallrye.mutiny.Uni<io.vertx.mutiny.sqlclient.RowSet<io.vertx.mutiny.sqlclient.Row>> apply(ThenaSqlClient client, ThenaSqlClient.SqlTuple sql) static io.smallrye.mutiny.Uni<io.vertx.mutiny.sqlclient.RowSet<io.vertx.mutiny.sqlclient.Row>> apply(ThenaSqlClient client, ThenaSqlClient.SqlTupleList sql)
-
Constructor Details
-
Execute
public Execute()
-
-
Method Details
-
apply
public static io.smallrye.mutiny.Uni<io.vertx.mutiny.sqlclient.RowSet<io.vertx.mutiny.sqlclient.Row>> apply(ThenaSqlClient client, ThenaSqlClient.Sql sql) -
apply
public static io.smallrye.mutiny.Uni<io.vertx.mutiny.sqlclient.RowSet<io.vertx.mutiny.sqlclient.Row>> apply(ThenaSqlClient client, ThenaSqlClient.SqlTuple sql) -
apply
public static io.smallrye.mutiny.Uni<io.vertx.mutiny.sqlclient.RowSet<io.vertx.mutiny.sqlclient.Row>> apply(ThenaSqlClient client, ThenaSqlClient.SqlTupleList sql)
-