module Clear::SQL::Query::OnConflict

Direct including types

Defined in:

clear/sql/query/on_conflict.cr

Instance Method Summary

Instance Method Detail

def clear_conflict #

[View source]
def conflict? #

[View source]
def do_conflict_action(str) #

[View source]
def do_nothing #

[View source]
def do_update(&) #

[View source]
def on_conflict(constraint : String | Bool | OnConflictWhereClause = true) #

[View source]
def on_conflict(&) #

[View source]
def on_conflict_action : String | Clear::SQL::UpdateQuery #

[View source]
def on_conflict_condition : String | OnConflictWhereClause | Bool #

[View source]