pub fn query_statement_with<'q, DB, A>(
    statement: &'q <DB as HasStatement<'q>>::Statement,
    arguments: A
) -> Query<'q, DB, A>where
    DB: Database,
    A: IntoArguments<'q, DB>,