Details
Description
When I want to print the query created by HstQuery for debugging purposes, I have to cast it to HstQueryImpl and use the getQuery method.
It will be useful if the getQueryString method is available in HstQuery or the toString returns the query string constructed.