module Clear::SQL::Query::Change

Direct including types

Defined in:

clear/sql/query/change.cr

Instance Method Summary

Instance Method Detail

def change! : self #

This method is called everytime the request has been changed By default, this do nothing and return self. However, it can be reimplemented to change some behavior when the query is changed

(eg. it is by Clear::Model::Collection, to discard cache over collection)


[View source]