Use request factory to parse the given sql request and returns result of
the newly created request parsing
Parameters: sqlRequest - sql query to parse Parameters: lineSeparator - request line separator used on client side result of the parsing
Sets the parsing case sensitivity. If true the request are parsed in a case
sensitive way (table/column name must match exactly the case of the names
fetched from the database or enforced by a static schema).
Parameters: isCaseSensitiveParsing - true if parsing is case sensitive