Back to Exposed

select

docs/api/exposed-r2dbc/org.jetbrains.exposed.v1.r2dbc/select.html

1.2.01.8 KB
Original Source

select

fun ColumnSet.select(column: Expression<*>, vararg columns: Expression<*>): Query

Creates a SELECT Query by selecting either a single column, or a subset of columns, from this ColumnSet.

The column set selected from may be either a Table or a Join. Arguments provided to column and columns may be table object columns or function expressions.

Samples

org.jetbrains.exposed.v1.r2dbc.sql.tests.shared.AliasesTests.testJoinSubQuery01


fun ColumnSet.select(columns: List<Expression<*>>): Query

Creates a SELECT Query using a list of columns or expressions from this ColumnSet.

The column set selected from may be either a Table or a Join.

Generated by Dokka © 2026 Copyright