Exec

fun interface Exec(source)

Callback to use with DatabaseConnection.execute.

Functions

Link copied to clipboard
abstract fun apply(columnCount: Int, columnValues: Array<String?>, columnNames: Array<String>): Boolean

Details on parameters and result can be found here.