DataSelect.computeModificationStatementsExt

bool computeModificationStatementsExt(gda.types.DataSelectConditionType condType)

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

Parameters

condTypethe type of condition for the modifications where one row only should be identified

Returns

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

Throws

[DataSelectException]