Method: ActiveRecord::ConnectionAdapters::OracleEnhanced::OCIConnection#with_retry
- Defined in:
- lib/active_record/connection_adapters/oracle_enhanced/oci_connection.rb
#with_retry(allow_retry: false, &block) ⇒ Object
104 105 106 |
# File 'lib/active_record/connection_adapters/oracle_enhanced/oci_connection.rb', line 104 def with_retry(allow_retry: false, &block) @raw_connection.with_retry(allow_retry: allow_retry, &block) end |