Flowdock
method

lookup_cast_type

Importance_0
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Class: Quoting
lookup_cast_type(sql_type) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/connection_adapters/postgresql/quoting.rb, line 125
          def lookup_cast_type(sql_type)
            super(query_value("SELECT #{quote(sql_type)}::regtype::oid", "SCHEMA").to_i)
          end
Register or log in to add new notes.