Class: RDO::Postgres::Array::Timestamp
- Inherits:
-
RDO::Postgres::Array
- Object
- Array
- RDO::Postgres::Array
- RDO::Postgres::Array::Timestamp
- Defined in:
- lib/rdo/postgres/array/timestamp.rb
Overview
Ruby handling for timestamp[] type in PostgreSQL.
Instance Method Summary collapse
Methods inherited from RDO::Postgres::Array
[], #format_value, #initialize, parse, #to_a, #to_s
Constructor Details
This class inherits a constructor from RDO::Postgres::Array
Instance Method Details
#parse_value(s) ⇒ Object
12 13 14 |
# File 'lib/rdo/postgres/array/timestamp.rb', line 12 def parse_value(s) RDO::Util.date_time_without_zone(s) end |