Method to execute a PreparedStatement query, and return the ResultSet. Prints logging information about timings.
@param conn The connection (required since the one on PreparedStatement is not always the same so we cant use it)
@param stmt The statement text
@param ps The Prepared Statement
@return The ResultSet from the query
@throws SQLException Thrown if an error occurs
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.