Class: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::Table
- Includes:
- ColumnMethods
- Defined in:
- activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
Method Summary
Methods included from ColumnMethods
#cidr, #daterange, #hstore, #inet, #int4range, #int8range, #json, #ltree, #macaddr, #numrange, #tsrange, #tstzrange, #tsvector, #uuid, #xml
Methods inherited from Table
#change, #change_default, #column, #column_exists?, #index, #index_exists?, #initialize, #references, #remove, #remove_index, #remove_references, #remove_timestamps, #rename, #rename_index, #timestamps
Constructor Details
This class inherits a constructor from ActiveRecord::ConnectionAdapters::Table