diff --git a/src/main/java/org/gcube/dataaccess/databases/utils/DatabaseManagement.java b/src/main/java/org/gcube/dataaccess/databases/utils/DatabaseManagement.java index 6dc65c9..b3c7d75 100644 --- a/src/main/java/org/gcube/dataaccess/databases/utils/DatabaseManagement.java +++ b/src/main/java/org/gcube/dataaccess/databases/utils/DatabaseManagement.java @@ -1206,14 +1206,7 @@ public class DatabaseManagement { return listColumnNamesTable; } - // to return the file in which the table result (originated from a submit - // query and sample operations) is stored - public File getFileSampleTableResult() { - // return fileSample; - return file; - - } // to return the map which contains the rows that constitute the table // result @@ -1225,14 +1218,23 @@ public class DatabaseManagement { } - // to return the file in which the query result (originated from a submit - // query) is stored - public File getFileQueryResult() { - - // return fileQueryResult; - return file; - - } +// // to return the file in which the query result (originated from a submit +// // query) is stored +// public File getFileQueryResult() { +// +// // return fileQueryResult; +// return file; +// +// } + +// // to return the file in which the table result (originated from a submit +// // query and sample operations) is stored +// public File getFileSampleTableResult() { +// +// // return fileSample; +// return file; +// +// } // to return the map which contains the rows of the query result public HashMap getMapQueryResult() {