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
This commit is contained in:
Loredana Liccardo 2014-07-29 09:26:38 +00:00
parent 21d1bb5a27
commit c202c94220
1 changed files with 17 additions and 15 deletions

View File

@ -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<String, String> getMapQueryResult() {