Skip to main content

bind

Function bind 

Source
pub fn bind(
    buf: &mut BytesMut,
    portal: &str,
    statement: &str,
    params: &[Option<&[u8]>],
    result_formats: &[i16],
)
Expand description

Bind (B) — bind parameters to a prepared statement.

params are pre-encoded binary values. None represents NULL.