DataSelect.computeModificationStatementsExt

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

class DataSelect
bool
computeModificationStatementsExt

Parameters

condType gda.types.DataSelectConditionType

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

Return Value

Type: bool

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

Throws