[−][src]Function postgres_protocol::types::time_to_sql
pub fn time_to_sql(v: i64, buf: &mut BytesMut)
Serializes a TIME
or TIMETZ
value.
The value should represent the number of microseconds since midnight.
pub fn time_to_sql(v: i64, buf: &mut BytesMut)
Serializes a TIME
or TIMETZ
value.
The value should represent the number of microseconds since midnight.