SqlStatementInsert.onConflict
string onConflict() @propertyGet onConflict field.
Returns
conflict resolution clause if there is one (such as "OR REPLACE")
void onConflict(string propval) @propertySet onConflict field.
Parameters
propval | conflict resolution clause if there is one (such as "OR REPLACE") |