Query

class Query<T>

Functions

Link copied to clipboard
fun setParams(block: Params.() -> Unit)
Link copied to clipboard
fun setQueryTimeout(sekunder: Int)
Link copied to clipboard
fun setRowMapper(block: (Row) -> T)