sql::util

Function extract_tables_from_query

source
pub fn extract_tables_from_query(
    query: &Query,
) -> impl Iterator<Item = ObjectName>
Expand description

Walk through a [Query] and extract all the tables referenced in it.