SqliteVtabRowidCallback
A successful invocation of this method will cause *pRowid to be filled with the rowid of row that the virtual table cursor pCur is currently pointing at. This method returns SQLITE_OK on success. It returns an appropriate error code on failure.
Types
Functions
Link copied to clipboard
abstract fun SqliteVtabRowidCallback.Scope.apply(cursor: VtabCursor): SqliteVtabRowidCallback.Result
Details on parameters and result can be found here