Class: ActiveRecord::ConnectionAdapters::PostgreSQL::OID::BitVarying

Inherits:
Bit
  • Object
show all
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activerecord-7.0.4/lib/active_record/connection_adapters/postgresql/oid/bit_varying.rb

Overview

:nodoc:

Instance Method Summary collapse

Methods inherited from Bit

#cast_value, #serialize

Instance Method Details

#typeObject



8
9
10
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activerecord-7.0.4/lib/active_record/connection_adapters/postgresql/oid/bit_varying.rb', line 8

def type
  :bit_varying
end