Skip to main content

write_i16

Function write_i16 

Source
pub fn write_i16(buf: &mut BytesMut, value: i16)
Expand description

Writes an i16 value (SMALLINT) for a nullable column. Format: [not-null indicator: 1 byte (0)][value: 2 bytes LittleEndian]