Module: ActiveRecord::Import::SQLite3ProxyAdapter
- Includes:
- ActiveRecordProxyAdapter, SQLite3Adapter
- Defined in:
- lib/activerecord-import/adapters/sqlite3_proxy_adapter.rb
Constant Summary
Constants included from SQLite3Adapter
ActiveRecord::Import::SQLite3Adapter::MIN_VERSION_FOR_IMPORT, ActiveRecord::Import::SQLite3Adapter::MIN_VERSION_FOR_UPSERT, ActiveRecord::Import::SQLite3Adapter::SQLITE_LIMIT_COMPOUND_SELECT
Method Summary
Methods included from ActiveRecordProxyAdapter
#insert, #insert_many, #sticking_to_primary, #writing_role
Methods included from SQLite3Adapter
#add_column_for_on_duplicate_key_update, #database_version, #duplicate_key_update_error?, #insert_many, #next_value_for_sequence, #post_sql_statements, #pre_sql_statements, #sql_for_conflict_target, #sql_for_default_conflict_target, #sql_for_on_duplicate_key_ignore, #sql_for_on_duplicate_key_update, #sql_for_on_duplicate_key_update_as_array, #sql_for_on_duplicate_key_update_as_hash, #supports_import?, #supports_on_duplicate_key_update?
Methods included from OnDuplicateKeyUpdateSupport
#supports_on_duplicate_key_update?