SqliteVtabRenameCallback

This method notifies the virtual table implementation that the virtual table will be given a new name. If this method returns SQLITE_OK then SQLite renames the table. If this method returns an error code then the renaming is prevented.

The xRename Method

Functions

Link copied to clipboard
abstract fun apply(vTab: Vtab, newName: String): SqliteResultCode.OkOrFailure

Details on parameters and result can be found here.