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

Inherits:
Bit
  • Object
show all
Defined in:
lib/active_record/connection_adapters/postgresql/oid/bit_varying.rb

Overview

:nodoc:

Instance Attribute Summary

Attributes inherited from Type::Value

#limit, #precision, #scale

Instance Method Summary collapse

Methods inherited from Bit

#type_cast, #type_cast_for_database

Methods inherited from Type::Value

#==, #binary?, #changed?, #changed_in_place?, #initialize, #klass, #number?, #text?, #type_cast_for_database, #type_cast_for_schema, #type_cast_from_database, #type_cast_from_user

Constructor Details

This class inherits a constructor from ActiveRecord::Type::Value

Instance Method Details

#typeObject



6
7
8
# File 'lib/active_record/connection_adapters/postgresql/oid/bit_varying.rb', line 6

def type
  :bit_varying
end