DataSelect.computeModificationStatements

bool computeModificationStatements()

Makes model try to compute INSERT, UPDATE and DELETE statements to be used when modifying model's contents.

Note

any modification statement set using [gda.data_select.DataSelect.setModificationStatement] will first be unset

This function is similar to calling [gda.data_select.DataSelect.computeModificationStatementsExt] with cond_type set to GDA_DATA_SELECT_COND_PK

Returns

true if no error occurred. If false is returned, then some modification statement may still have been computed

Throws

[DataSelectException]