Uses of Interface
io.inverno.mod.sql.SqlOperations
-
Uses of SqlOperations in io.inverno.mod.sql
Subinterfaces of SqlOperations in io.inverno.mod.sqlModifier and TypeInterfaceDescriptioninterfaceA SQL Client exposes reactive method to query a RDBMS using SQL.interfaceSQL operations with support for transactions.Method parameters in io.inverno.mod.sql with type arguments of type SqlOperationsModifier and TypeMethodDescription<T> org.reactivestreams.Publisher<T>UnsafeSqlOperations.batchQueries(Function<SqlOperations, org.reactivestreams.Publisher<org.reactivestreams.Publisher<T>>> function) Executes multiple queries in a batch.<T> org.reactivestreams.Publisher<T>SqlClient.connection(Function<SqlOperations, org.reactivestreams.Publisher<T>> function) Executes the specified function within a single connection.<T> org.reactivestreams.Publisher<T>SqlClient.transaction(Function<SqlOperations, org.reactivestreams.Publisher<T>> function) Executes the specified function within a transaction.