pub fn encode_datetime2(datetime: NaiveDateTime, buf: &mut BytesMut)Expand description
Encode a DATETIME2 value.
DATETIME2 is encoded as TIME followed by DATE.
pub fn encode_datetime2(datetime: NaiveDateTime, buf: &mut BytesMut)Encode a DATETIME2 value.
DATETIME2 is encoded as TIME followed by DATE.