class ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Time
Public Instance Methods
type_cast(value)
click to toggle source
# File lib/arjdbc/postgresql/base/oid.rb, line 202 def type_cast(value) return if value.nil? # FIXME: probably we can improve this since we know it is PG # specific ConnectionAdapters::Column.string_to_dummy_time value end