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