Module: ActiveRecord::Import::Mysql2Adapter
- Includes:
- MysqlAdapter
- Included in:
- ConnectionAdapters::Mysql2Adapter
- Defined in:
- lib/activerecord-import/adapters/mysql2_adapter.rb
Constant Summary
Constants included from MysqlAdapter
ActiveRecord::Import::MysqlAdapter::NO_MAX_PACKET, ActiveRecord::Import::MysqlAdapter::QUERY_OVERHEAD
Method Summary
Methods included from MysqlAdapter
#add_column_for_on_duplicate_key_update, #duplicate_key_update_error?, #insert_many, #max_allowed_packet, #pre_sql_statements, #sql_for_on_duplicate_key_update, #sql_for_on_duplicate_key_update_as_array, #sql_for_on_duplicate_key_update_as_hash
Methods included from OnDuplicateKeyUpdateSupport
#supports_on_duplicate_key_update?