pub fn visit_show_create_connection_statement<'ast, V, T>( visitor: &mut V, node: &'ast ShowCreateConnectionStatement<T>, )where T: AstInfo, V: Visit<'ast, T> + ?Sized,