public function dm_db_set_user_version(db, version) result(rc)
Sets database user version.
The user_version pragma will get or set the value of the
user-version integer at offset 60 in the database header. The
user-version is an integer that is available to applications to use
however they want. SQLite makes no use of the user-version itself.
The function returns the following error codes:
E_DB_PREPARE if statement preparation failed.
E_DB_STEP if step execution failed or no write permission.
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.