Functions

Link copied to clipboard
abstract fun asStep(): StepBuilderMethods

Converts this builder to a StepBuilderMethods for lazy execution within a TransactionPlan.

Link copied to clipboard
abstract fun copy(): T

Creates and returns a deep copy of this builder. Useful for creating query variants from a shared base without modifying the original.

Link copied to clipboard
abstract fun iterate(fetchSize: Int = 100): IterativeTerminalMethods

Switches the builder to iterative mode, optimal for large datasets.

Link copied to clipboard
abstract fun options(block: QueryOptionsBuilder.() -> Unit): T

Configures additional options for this query.