method

non_existent_domain_error?

rails latest stable - Class: ActiveRecord::ConnectionAdapters::FirebirdAdapter

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1.2.6) is shown here.

non_existent_domain_error?()
private

No documentation available.

# File activerecord/lib/active_record/connection_adapters/firebird_adapter.rb, line 716
        def non_existent_domain_error?
          $!.message.include? FireRuby::NON_EXISTENT_DOMAIN_ERROR
        end