Executes a SQL SELECT statement as a query.
public ResultSet executeQuery(String persistName)
persistName The name for the cross-page JavaScript object persistent. Set this value to "null" if the application only has one HTML page, so no object persistent is required.
The result set of the query as a set of rows.