Function mz_environmentd::http::sql::execute_stmt_group
source · async fn execute_stmt_group<S: ResultSender>(
client: &mut SessionClient,
sender: &mut S,
stmt_group: Vec<(Statement<Raw>, String, Vec<Option<String>>)>,
) -> Result<Result<(), ()>, Error>
Expand description
Returns Ok(Err) if any statement error’d during execution.