Class ActiveRecord::ConnectionAdapters::SchemaCache
In: lib/active_record/connection_adapters/schema_cache.rb
Parent: Object

Methods

Attributes

columns  [R] 
columns_hash  [R] 
connection  [R] 
primary_keys  [R] 
tables  [R] 

Public Class methods

Public Instance methods

Clears out internal caches

Clear out internal caches for table with table_name.

A cached lookup for table existence.

[Validate]