error_report("Error %d while closing the SQLite database, %s", rc, sqlite3_errstr(rc));
return;
}
#defineFIND_UUID_TYPE "select 1 from host where host_id = @uuid union select 2 from chart where chart_id = @uuid union select 3 from dimension where dim_id = @uuid;"