Module: PgSaurus::ConnectionAdapters::AbstractAdapter

Extended by:
ActiveSupport::Autoload
Includes:
CommentMethods, FunctionMethods, IndexMethods, SchemaMethods, TriggerMethods
Defined in:
lib/pg_saurus/connection_adapters/abstract_adapter.rb

Overview

Extends ActiveRecord::ConnectionAdapters::AbstractAdapter class.

Defined Under Namespace

Modules: CommentMethods, FunctionMethods, IndexMethods, SchemaMethods, TriggerMethods

Method Summary

Methods included from TriggerMethods

#create_trigger, #remove_trigger, #supports_triggers?, #triggers

Methods included from FunctionMethods

#create_function, #drop_function, #functions, #supports_functions?

Methods included from IndexMethods

#supports_partial_index?

Methods included from SchemaMethods

#create_table, #drop_table, #extract_table_options

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?