Replaces the placeholders (:name) in the given SQL command with the values from the GdaParameterList specified as the params argument.
a SQL command containing placeholders for values.
a list of values for the placeholders.
the SQL string with all placeholders replaced, or NULL on error. On success, the returned string must be freed by the caller when no longer needed.
See Implementation
Replaces the placeholders (:name) in the given SQL command with the values from the GdaParameterList specified as the params argument.