Method: Sequel::Plugins::UpdateRefresh::ClassMethods#update_refresh_columns
- Defined in:
- lib/sequel/plugins/update_refresh.rb
#update_refresh_columns ⇒ Object (readonly)
The specific columns to refresh when updating, if UPDATE RETURNING is supported.
48 49 50 |
# File 'lib/sequel/plugins/update_refresh.rb', line 48 def update_refresh_columns @update_refresh_columns end |