Module: PgPower::ConnectionAdapters::AbstractAdapter

Extended by:
ActiveSupport::Autoload, ActiveSupport::Concern
Includes:
CommentMethods, ForeignerMethods, IndexMethods, SchemaMethods
Defined in:
lib/pg_power/connection_adapters/abstract_adapter.rb

Overview

Extends ActiveRecord::ConnectionAdapters::AbstractAdapter class.

Defined Under Namespace

Modules: CommentMethods, ForeignerMethods, IndexMethods, SchemaMethods

Method Summary

Methods included from IndexMethods

#supports_partial_index?

Methods included from SchemaMethods

#create_table_with_schema_option, #drop_table_with_schema_option

Methods included from ForeignerMethods

#add_foreign_key, #foreign_keys, #remove_foreign_key, #supports_foreign_keys?

Methods included from CommentMethods

#remove_column_comment, #remove_column_comments, #remove_index_comment, #remove_table_comment, #set_column_comment, #set_column_comments, #set_index_comment, #set_table_comment, #supports_comments?