Class: ActiveRecord::ConnectionAdapters::Mysql2MasterSlaveAdapter

Inherits:
AbstractAdapter
  • Object
show all
Includes:
MasterSlaveAdapter, SharedMysqlAdapterBehavior
Defined in:
lib/active_record/connection_adapters/mysql2_master_slave_adapter.rb

Constant Summary

Constants included from MasterSlaveAdapter

ActiveRecord::ConnectionAdapters::MasterSlaveAdapter::VERSION

Method Summary

Methods included from MasterSlaveAdapter

#active?, #cache, #clear_query_cache, #commit_db_transaction, #connections, #current_clock, #current_connection, #delete, #disconnect!, #execute, #initialize, #insert, #master_available?, #master_clock, #master_connection, #method_missing, #on_commit, #on_rollback, #outside_transaction?, #reconnect!, rescued_delegate, #reset!, #rollback_db_transaction, #slave_clock, #slave_connection!, #uncached, #update, #with_consistency, #with_master, #with_slave

Methods inherited from AbstractAdapter

#log, #log_info, #orig_log, #orig_log_info

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class ActiveRecord::ConnectionAdapters::MasterSlaveAdapter