From c202c94220e2caf1131cca41cd5b43a456ed5e63 Mon Sep 17 00:00:00 2001 From: Loredana Liccardo Date: Tue, 29 Jul 2014 09:26:38 +0000 Subject: [PATCH] methods getFileQueryResult and getFileSampleTableResult commented. Methods writeSampleTableIntoFile and writeQueryResultIntoFile removed because being commented were not used. git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-access/DatabasesResourcesManager@99055 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../databases/utils/DatabaseManagement.java | 32 ++++++++++--------- 1 file changed, 17 insertions(+), 15 deletions(-) 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() {