dispatch

open fun dispatch(database: SQLiteDatabase, args: Array<out Any?>): R

Transaction dispatch; called by the SQLite engine to invoke the transaction function.

The transaction function is defined at transact, and is called within the receivership of an SQLiteDatabase instance.

Return

Return value of the transaction.

Parameters

database

Database instance.

args

Transaction arguments.