Class: ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Uuid
- Inherits:
 - 
      Type::Value
      
        
- Object
 - ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Uuid
 
 
- Defined in:
 - lib/active_record/connection_adapters/postgresql/oid/uuid.rb
 
Overview
:nodoc:
Constant Summary collapse
- ACCEPTABLE_UUID =
 %r{\A(\{)?([a-fA-F0-9]{4}-?){8}(?(1)\}|)\z}
Instance Method Summary collapse
Instance Method Details
#type ⇒ Object
      12 13 14  | 
    
      # File 'lib/active_record/connection_adapters/postgresql/oid/uuid.rb', line 12 def type :uuid end  |