pub fn to_parameters<T>(value: &T) -> SqlSerializeResult<String>where
    T: Serialize,
Expand description

Serialize a struct into a series of field = $field pairs for every field the struct has, using serde attributes.