[][src]Function include_sql_helper::push

pub fn push<'a, T: ?Sized>(
    arg: &[&'a T],
    param_prefix: &str,
    sql: &mut String,
    args: &mut Vec<&'a T>
)

Pushes a list of values into the query argument list.

This is a helper function that include-sql uses when it generates into_sql_with_args.