SqliteVtabUpdateCallback
All changes to a virtual table are made using the xUpdate method. This one method can be used to insert, delete, or update.
Types
Functions
Link copied to clipboard
abstract fun SqliteVtabUpdateCallback.Scope.apply(vTab: Vtab, arguments: Array<sqlite3_value>): SqliteVtabUpdateCallback.Result
Details on parameters and result can be found here