Skip to content
Snippets Groups Projects
Commit 4549300a authored by Robert Butora's avatar Robert Butora
Browse files

picks values obs_title,bib_reference,data_rights from obscore table

parent 74ba369f
No related branches found
No related tags found
No related merge requests found
...@@ -185,9 +185,13 @@ public class DbPSearch ...@@ -185,9 +185,13 @@ public class DbPSearch
obsCore.dataproduct_type = res.getString("dataproduct_type"); obsCore.dataproduct_type = res.getString("dataproduct_type");
obsCore.calib_level = res.getInt("calib_level"); obsCore.calib_level = res.getInt("calib_level");
obsCore.obs_collection = res.getString("obs_collection"); obsCore.obs_collection = res.getString("obs_collection");
obsCore.obs_title = res.getString("obs_title");
obsCore.obs_id = res.getString("obs_id"); obsCore.obs_id = res.getString("obs_id");
obsCore.obs_publisher_did = res.getString("obs_publisher_did"); obsCore.obs_publisher_did = res.getString("obs_publisher_did");
obsCore.bib_reference = res.getString("bib_reference");
obsCore.data_rights = res.getString("data_rights");
obsCore.access_url = res.getString("access_url"); obsCore.access_url = res.getString("access_url");
obsCore.access_format = res.getString("access_format"); obsCore.access_format = res.getString("access_format");
obsCore.access_estsize = res.getLong("access_estsize"); obsCore.access_estsize = res.getLong("access_estsize");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment