module ActiveRecord::ConnectionAdapters::AbstractPool

Public Instance Methods

get_schema_cache(connection) click to toggle source
# File lib/active_record/connection_adapters/spanner_adapter.rb, line 45
def get_schema_cache connection
  @schema_cache ||= SpannerSchemaCache.new connection
  @schema_cache.connection = connection
  @schema_cache
end