My query is retrieving a recordset. I want to pass this recordset around so i can do some processing on it. However my compiler complains that my methods (set to return java.sql.ResultSet) have no return statements. Any ideas on how i can return a java.sql.ResultSet??