Project

General

Profile

« Previous | Next » 

Revision 40086

View differences:

SqlDAO.java
91 91
	 *
92 92
	 * @throws Exception
93 93
	 */
94
	public String executePreparedQuery(String q) throws Exception {
94
	public ResultSet executePreparedQuery(String q) throws Exception {
95 95
		try {
96 96
			ResultSet rs = sqlStore.executeQuery(q);
97
			return sqlStore.getResults(rs);
97
			return rs;
98 98

  
99 99
		} catch (Exception e)
100 100

  

Also available in: Unified diff