Class: ActiveRecord::ConnectionAdapters::SQLite3Adapter

Inherits:
Object
  • Object
show all
Includes:
Import::SQLite3Adapter
Defined in:
lib/activerecord-import/active_record/adapters/jdbcsqlite3_adapter.rb,
lib/activerecord-import/active_record/adapters/sqlite3_adapter.rb

Constant Summary

Constants included from Import::SQLite3Adapter

Import::SQLite3Adapter::MIN_VERSION_FOR_IMPORT, Import::SQLite3Adapter::MIN_VERSION_FOR_UPSERT, Import::SQLite3Adapter::SQLITE_LIMIT_COMPOUND_SELECT

Method Summary

Methods included from Import::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 Import::OnDuplicateKeyUpdateSupport

#supports_on_duplicate_key_update?

Methods included from Import::ImportSupport

#supports_import?