Package-level declarations
Functions
Executes a batch update for a specified upstream flow of items using a given groupStrategy and concurrency. The query function transforms each item in the upstream flow into a respective SQL query string. Returns a flow of long values representing the number of rows updated in the database for each chunk.
Executes a batch update with the specified SQL statement and values from a flow of items. This function chunks the items in the flow and executes the chunks concurrently. Optionally, it can return generated values (e.g. auto-generated keys) from the inserted records.
Extension function for Flow
Executes a single SQL update statement and returns the number of rows affected as a Flow
Executes an SQL update statement for each item in the provided upstream Flow.