toColumn

abstract fun <T> toColumn(kType: KType, params: Map<String, Any?> = emptyMap(), onResult: (DataResult<List<T>>) -> Unit): Job

Asynchronously fetches a list of values from the first column and passes the result to the onResult callback.