Function sql_parser::ast::fold::fold_show_objects_statement[][src]

pub fn fold_show_objects_statement<F, T: AstInfo, T2: AstInfo>(
    folder: &mut F,
    node: ShowObjectsStatement<T>
) -> ShowObjectsStatement<T2> where
    F: Fold<T, T2> + ?Sized