Table of Contents - polymorphic_constraints-1.0.0 Documentation
Classes and Modules
- PolymorphicConstraints
- PolymorphicConstraints::Adapter
- PolymorphicConstraints::ConnectionAdapters
- PolymorphicConstraints::ConnectionAdapters::AbstractAdapter
- PolymorphicConstraints::ConnectionAdapters::Mysql2Adapter
- PolymorphicConstraints::ConnectionAdapters::PostgreSQLAdapter
- PolymorphicConstraints::ConnectionAdapters::SQLite3Adapter
- PolymorphicConstraints::ConnectionAdapters::SchemaStatements
- PolymorphicConstraints::Migration
- PolymorphicConstraints::Migration::CommandRecorder
- PolymorphicConstraints::Railtie
- PolymorphicConstraints::Railtie::ActiveRecord
- PolymorphicConstraints::Railtie::ActiveRecord::ReferenceViolation
- PolymorphicConstraints::Utils
- PolymorphicConstraints::Utils::PolymorphicErrorHandler
- PolymorphicConstraints::Utils::PolymorphicModelFinder
- PolymorphicConstraints::Utils::SqlString
Methods
- ::configured_name — PolymorphicConstraints::Adapter
- ::included — PolymorphicConstraints::ConnectionAdapters::SchemaStatements
- ::load! — PolymorphicConstraints::Adapter
- ::register — PolymorphicConstraints::Adapter
- ::safe_include — PolymorphicConstraints::Adapter
- #add_polymorphic_constraints — PolymorphicConstraints::ConnectionAdapters::AbstractAdapter
- #add_polymorphic_constraints — PolymorphicConstraints::ConnectionAdapters::Mysql2Adapter
- #add_polymorphic_constraints — PolymorphicConstraints::ConnectionAdapters::PostgreSQLAdapter
- #add_polymorphic_constraints — PolymorphicConstraints::ConnectionAdapters::SQLite3Adapter
- #add_polymorphic_constraints — PolymorphicConstraints::Migration::CommandRecorder
- #common_upsert_sql — PolymorphicConstraints::ConnectionAdapters::Mysql2Adapter
- #common_upsert_sql — PolymorphicConstraints::ConnectionAdapters::SQLite3Adapter
- #constraints_remove_statements — PolymorphicConstraints::ConnectionAdapters::Mysql2Adapter
- #constraints_remove_statements — PolymorphicConstraints::ConnectionAdapters::SQLite3Adapter
- #contains_polymorphic_relation? — PolymorphicConstraints::Utils::PolymorphicModelFinder
- #drop_constraints — PolymorphicConstraints::ConnectionAdapters::PostgreSQLAdapter
- #drop_delete_trigger — PolymorphicConstraints::ConnectionAdapters::Mysql2Adapter
- #drop_delete_trigger — PolymorphicConstraints::ConnectionAdapters::SQLite3Adapter
- #drop_trigger — PolymorphicConstraints::ConnectionAdapters::Mysql2Adapter
- #drop_trigger — PolymorphicConstraints::ConnectionAdapters::SQLite3Adapter
- #generate_create_constraints — PolymorphicConstraints::ConnectionAdapters::SQLite3Adapter
- #generate_delete_constraints — PolymorphicConstraints::ConnectionAdapters::Mysql2Adapter
- #generate_delete_constraints — PolymorphicConstraints::ConnectionAdapters::PostgreSQLAdapter
- #generate_delete_constraints — PolymorphicConstraints::ConnectionAdapters::SQLite3Adapter
- #generate_insert_constraints — PolymorphicConstraints::ConnectionAdapters::Mysql2Adapter
- #generate_update_constraints — PolymorphicConstraints::ConnectionAdapters::Mysql2Adapter
- #generate_update_constraints — PolymorphicConstraints::ConnectionAdapters::SQLite3Adapter
- #generate_upsert_constraints — PolymorphicConstraints::ConnectionAdapters::PostgreSQLAdapter
- #get_polymorphic_models — PolymorphicConstraints::Utils::PolymorphicModelFinder
- #invert_add_polymorphic_constraints — PolymorphicConstraints::Migration::CommandRecorder
- #remove_polymorphic_constraints — PolymorphicConstraints::ConnectionAdapters::AbstractAdapter
- #remove_polymorphic_constraints — PolymorphicConstraints::ConnectionAdapters::Mysql2Adapter
- #remove_polymorphic_constraints — PolymorphicConstraints::ConnectionAdapters::PostgreSQLAdapter
- #remove_polymorphic_constraints — PolymorphicConstraints::ConnectionAdapters::SQLite3Adapter
- #remove_polymorphic_constraints — PolymorphicConstraints::Migration::CommandRecorder
- #strip_non_essential_spaces — PolymorphicConstraints::Utils::SqlString
- #supports_polymorphic_constraints? — PolymorphicConstraints::ConnectionAdapters::AbstractAdapter
- #supports_polymorphic_constraints? — PolymorphicConstraints::ConnectionAdapters::Mysql2Adapter
- #supports_polymorphic_constraints? — PolymorphicConstraints::ConnectionAdapters::PostgreSQLAdapter
- #supports_polymorphic_constraints? — PolymorphicConstraints::ConnectionAdapters::SQLite3Adapter
- #update_polymorphic_constraints — PolymorphicConstraints::ConnectionAdapters::Mysql2Adapter
- #update_polymorphic_constraints — PolymorphicConstraints::ConnectionAdapters::PostgreSQLAdapter
- #update_polymorphic_constraints — PolymorphicConstraints::ConnectionAdapters::SQLite3Adapter
- #update_polymorphic_constraints — PolymorphicConstraints::Migration::CommandRecorder