Companion

Properties

Link copied to clipboard

Select all columns

Functions

Link copied to clipboard
fun list(vararg columns: String): Columns
fun list(columns: List<String>): Columns

Select all columns given in the columns parameter

Link copied to clipboard
fun raw(value: String): Columns

Select all columns given in the value parameter

Link copied to clipboard
inline fun <T> type(): Columns

Select all columns of type T's class properties. Example: If you specify a class 'User' with the fields 'id' and 'name', this will select 'id,name'