module Clear::SQL::Query::Change
Direct including types
Defined in:
clear/sql/query/change.crInstance Method Summary
-
#change! : self
This method is called everytime the request has been changed By default, this do nothing and return
self
.
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)