Skip to main content

encode_bind

Function encode_bind 

Source
pub fn encode_bind(value: &Value, out: &mut Vec<u8>)
Expand description

Append a bound parameter’s binary form.

A NULL writes nothing: it is carried entirely by the NULL bitmap, which is why this is a no-op rather than an error.