123456789_123456789_123456789_123456789_123456789_

Class: ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements::SequenceReset::Data

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, ::Struct
Instance Chain:
self, ::Struct
Inherits: Struct
  • ::Object
Defined in: activerecord/lib/active_record/connection_adapters/postgresql/schema_statements.rb

Instance Attribute Summary

Instance Method Summary

::Struct - Inherited

Instance Attribute Details

#column (rw)

[ GitHub ]

  
# File 'activerecord/lib/active_record/connection_adapters/postgresql/schema_statements.rb', line 363

Data = Struct.new(:column, :sequence, :max_value, :min_value)

#max_value (rw)

[ GitHub ]

  
# File 'activerecord/lib/active_record/connection_adapters/postgresql/schema_statements.rb', line 363

Data = Struct.new(:column, :sequence, :max_value, :min_value)

#min_value (rw)

[ GitHub ]

  
# File 'activerecord/lib/active_record/connection_adapters/postgresql/schema_statements.rb', line 363

Data = Struct.new(:column, :sequence, :max_value, :min_value)

#sequence (rw)

[ GitHub ]

  
# File 'activerecord/lib/active_record/connection_adapters/postgresql/schema_statements.rb', line 363

Data = Struct.new(:column, :sequence, :max_value, :min_value)