Class
DBI::Type::Timestamp
In:
lib/dbi/types.rb
Parent:
Null
Represents a
SQL
TIMESTAMP and returns DateTime. Falls back to
Null
.
Methods
create
parse
parse_string
prefill_cache
prefill_cache
Public Class methods
create
(year, month, day, hour, min, sec, usec=0, of=0)
parse
(obj)
parse_string
(str)
prefill_cache
(date, civil, time)
prefill_cache
(date, civil, time)
[Validate]