Jdbc
@ExperimentalCoroutinesApi
Functions
Link copied to clipboard
@ExperimentalCoroutinesApi
Executes a batch update for the given SQL statement using the provided upstream Flow as input. The batch update is performed in chunks, as specified by the groupStrategy parameter, and can be executed concurrently using the specified concurrency level.
Link copied to clipboard
@ExperimentalCoroutinesApi
Executes a single SQL update using a JDBC connection.
@ExperimentalCoroutinesApi
Executes a single SQL update using a JDBC connection for each item in the upstream flow.