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

Methods

Attributes

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.

Get the columns for a table

Get the columns for a table as a hash, key is the column name value is the column object.

A cached lookup for table existence.

[Validate]