Class: ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Oid
- Inherits:
-
Type::UnsignedInteger
- Object
- ActiveModel::Type::Value
- ActiveModel::Type::Integer
- Type::UnsignedInteger
- ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Oid
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activerecord-7.0.4/lib/active_record/connection_adapters/postgresql/oid/oid.rb
Overview
:nodoc:
Constant Summary
Constants inherited from ActiveModel::Type::Integer
ActiveModel::Type::Integer::DEFAULT_LIMIT
Instance Attribute Summary
Attributes inherited from ActiveModel::Type::Value
Instance Method Summary collapse
Methods inherited from ActiveModel::Type::Integer
#deserialize, #initialize, #serializable?, #serialize
Methods inherited from ActiveModel::Type::Value
#==, #assert_valid_value, #binary?, #cast, #changed?, #changed_in_place?, #deserialize, #force_equality?, #hash, #initialize, #map, #serializable?, #serialize, #type_cast_for_schema, #value_constructed_by_mass_assignment?
Constructor Details
This class inherits a constructor from ActiveModel::Type::Integer
Instance Method Details
#type ⇒ Object
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/oid.rb', line 8 def type :oid end |