dm_db_table_create_images Function

public function dm_db_table_create_images(db, transfer) result(rc)

Creates images table in given database. Additional adds transfers table if argument transfer is .true..

The function returns the following error codes:

  • E_DB_EXEC if table or index creation failed.
  • E_NULL if the database is not connected.
  • E_READ_ONLY if database is opened read-only.

Arguments

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

Database type.

logical, intent(in), optional :: transfer

Add table transfers.

Return Value integer


Calls

proc~~dm_db_table_create_images~~CallsGraph proc~dm_db_table_create_images dm_db_table_create_images interface~dm_present dm_present proc~dm_db_table_create_images->interface~dm_present proc~dm_db_exec dm_db_exec proc~dm_db_table_create_images->proc~dm_db_exec proc~dm_db_is_connected dm_db_is_connected proc~dm_db_table_create_images->proc~dm_db_is_connected proc~dm_db_is_read_only dm_db_is_read_only proc~dm_db_table_create_images->proc~dm_db_is_read_only proc~dm_db_table_create_transfers dm_db_table_create_transfers proc~dm_db_table_create_images->proc~dm_db_table_create_transfers proc~dm_is_error dm_is_error proc~dm_db_table_create_images->proc~dm_is_error sqlite3_exec sqlite3_exec proc~dm_db_exec->sqlite3_exec proc~dm_db_table_create_transfers->proc~dm_db_exec proc~dm_db_table_create_transfers->proc~dm_db_is_connected proc~dm_db_table_create_transfers->proc~dm_db_is_read_only proc~dm_db_table_create_transfers->proc~dm_is_error