VirtualTableCursor
Represents a VirtualTable cursor used to read and/or write the virtual table.
If an error is detected in a function exposed by this interface, and if error raising is allowed by SQLite, it is allowed to raise an SQLiteException that is then reported to SQLite.
Functions
Link copied to clipboard
Closes the cursor. It is not allowed to throw an SQLiteException here.
Link copied to clipboard
Returns the value of the indexth column by using one of the VirtualTableColumnScope.setResult overload.
Link copied to clipboard
abstract fun VirtualTableFilterScope.filter(idxNum: Int, idxStr: String?, arguments: Array<ProtectedValue>)
Begins a search on a virtual table.