Sets PRAGMA temp store. Argument store has to be one of:
DB_TEMP_STORE_DEFAULTDB_TEMP_STORE_FILEDB_TEMP_STORE_MEMORYThe function returns the following error codes:
E_DB_PREPARE if statement preparation failed.E_DB_STEP if step execution failed or no write permission.E_INVALID if temp store is invalid.E_READ_ONLY if database is opened read-only.| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(db_type), | intent(inout) | :: | db |
Database type. |
||
| integer, | intent(in) | :: | store |
Database temp store. |