Returns data version in version
.
The integer values returned by two invocations of PRAGMA data_version
from the same connection will be different if changes were committed to
the database by any other connection in the interim.
The PRAGMA data_version
value is unchanged for commits made on the same
database connection. The behaviour of PRAGMA data_version
is the same
for all database connections, including database connections in separate
processes and shared cache database connections.
The function returns the following error codes:
E_DB_PREPARE
if statement preparation failed.E_DB_STEP
if step execution failed.E_DB_TYPE
if query result is of unexpected type.Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(db_type), | intent(inout) | :: | db |
Database type. |
||
integer, | intent(out) | :: | version |
Data version. |