dm_db_get_temp_store Function

public function dm_db_get_temp_store(db, store) result(rc)

Returns temp store enumerator of database in store.

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.

Arguments

Type IntentOptional Attributes Name
type(db_type), intent(inout) :: db

Database type.

integer, intent(out) :: store

Database temp store.

Return Value integer


Calls

proc~~dm_db_get_temp_store~~CallsGraph proc~dm_db_get_temp_store dm_db_get_temp_store interface~dm_db_pragma_get dm_db_pragma_get proc~dm_db_get_temp_store->interface~dm_db_pragma_get