Class: ActiveRecordProxyAdapters::PostgreSQLProxy
- Inherits:
-
PrimaryReplicaProxy
- Object
- PrimaryReplicaProxy
- ActiveRecordProxyAdapters::PostgreSQLProxy
- Defined in:
- lib/active_record_proxy_adapters/postgresql_proxy.rb
Overview
Proxy to the original PostgreSQLAdapter, allowing the use of the ActiveRecordProxyAdapters::PrimaryReplicaProxy.
Constant Summary
Constants inherited from PrimaryReplicaProxy
ActiveRecordProxyAdapters::PrimaryReplicaProxy::CTE_MATCHER, ActiveRecordProxyAdapters::PrimaryReplicaProxy::SQL_ALL_MATCHERS, ActiveRecordProxyAdapters::PrimaryReplicaProxy::SQL_PRIMARY_MATCHERS, ActiveRecordProxyAdapters::PrimaryReplicaProxy::SQL_REPLICA_MATCHERS, ActiveRecordProxyAdapters::PrimaryReplicaProxy::SQL_SKIP_ALL_MATCHERS, ActiveRecordProxyAdapters::PrimaryReplicaProxy::WRITE_STATEMENT_MATCHERS
Method Summary
Methods inherited from PrimaryReplicaProxy
Methods included from Mixin::Configuration
#cache_key_for, #cache_store, #checkout_timeout, #context_store, #log_subscriber_prefix, #logger, #proxy_delay, #regexp_timeout_strategy
Methods included from Contextualizer
current_context, current_context=
Constructor Details
This class inherits a constructor from ActiveRecordProxyAdapters::PrimaryReplicaProxy