SQLProgressHandler

fun interface SQLProgressHandler(source)

Callback interface for SQLite's progress handler. The handler is invoked periodically during long-running SQL statements.

See also

Functions

Link copied to clipboard
abstract fun onProgress(): Int

Called periodically during long-running SQL statements.