a #GdaConnection
a SELECT #GdaStatement (compound statements not handled)
TRUE if the created statement have to use a primary key
a place to store the created INSERT statement, or null
a place to store the created UPDATE statement, or null
a place to store the created DELETE statement, or null
true if no error occurred
Creates an INSERT, an UPDATE and a DELETE statement from a SELECT statement using the database metadata available in cnc's meta store. Each statements are computed only if the corresponding place to store the created statement is not null.