SqlStatementInsert.onConflict

string onConflict() @property

Get onConflict field.

Returns

conflict resolution clause if there is one (such as "OR REPLACE")
void onConflict(string propval) @property

Set onConflict field.

Parameters

propvalconflict resolution clause if there is one (such as "OR REPLACE")