Back to Exposed

adjustColumnSet

docs/api/exposed-r2dbc/org.jetbrains.exposed.v1.r2dbc/-query/adjust-column-set.html

1.2.0855 B
Original Source

adjustColumnSet

inline fun adjustColumnSet(body: ColumnSet.() -> ColumnSet): Query

Assigns a new column set, either a org.jetbrains.exposed.v1.sql.Table or a org.jetbrains.exposed.v1.sql.Join, by changing the source property of this query's set, while preserving its fields property.

Parameters

body

Builder for the new column set, with the previous column set value as the receiver.

Samples

org.jetbrains.exposed.v1.r2dbc.sql.tests.shared.dml.AdjustQueryTests.testAdjustQueryColumnSet

Generated by Dokka © 2026 Copyright