select

expect fun select(vararg results: SelectResult): Select(source)

Create a SELECT statement instance that you can use further (e.g. calling the from() function) to construct the complete query statement.

Return

A Select object.

Parameters

results

The array of the SelectResult object for specifying the returned values.

actual fun select(vararg results: SelectResult): Select(source)
actual fun select(vararg results: SelectResult): Select(source)