QueryBuilder
Functions
Link copied to clipboard
Converts this builder to a StepBuilderMethods for lazy execution within a TransactionPlan.
Link copied to clipboard
Switches the builder to streaming mode, optimal for large datasets.
Link copied to clipboard
abstract fun async(scope: CoroutineScope, ioDispatcher: CoroutineDispatcher = Dispatchers.IO): AsyncTerminalMethods
Switches the builder to asynchronous mode. Requires providing a CoroutineScope in which callback will be launched.