SqliteVtabFindFunctionCallback
This method releases a connection to a virtual table, just like the xDisconnect method, and it also findFunctions the underlying table implementation. This method undoes the work of xCreate.
Types
Functions
Link copied to clipboard
abstract fun SqliteVtabFindFunctionCallback.Scope.apply(vTab: Vtab, argumentCount: Int, functionName: String): SqliteVtabFindFunctionCallback.Result
Details on parameters and result can be found here.