Class: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter

Inherits:
Object
  • Object
show all
Includes:
Import::PostgreSQLAdapter
Defined in:
lib/activerecord-import/active_record/adapters/postgresql_adapter.rb,
lib/activerecord-import/active_record/adapters/jdbcpostgresql_adapter.rb

Constant Summary

Constants included from Import::PostgreSQLAdapter

Import::PostgreSQLAdapter::MIN_VERSION_FOR_UPSERT

Method Summary

Methods included from Import::PostgreSQLAdapter

#add_column_for_on_duplicate_key_update, #duplicate_key_update_error?, #insert_many, #next_value_for_sequence, #post_sql_statements, #returning_columns, #split_ids_and_results, #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_on_duplicate_key_update?, #supports_setting_primary_key_of_imported_objects?

Methods included from Import::OnDuplicateKeyUpdateSupport

#supports_on_duplicate_key_update?

Methods included from Import::ImportSupport

#supports_import?