Function postgres_protocol::types::date_from_sql
[−]
[src]
pub fn date_from_sql(buf: &[u8]) -> Result<i32, StdBox<Error + Sync + Send>>
Deserializes a DATE
value.
The value represents the number of days since January 1st, 2000.