This function helps to parse a SQL string which uses parameters and store them at params.
an SQL command to parse, not null
a place to store a new #GdaSet, for parameters used in SQL command, or null
a #GdaStatement representing the SQL command, or null if an error occurred
ConnectionException
This function helps to parse a SQL string which uses parameters and store them at params.