Expand description
A Extractor that extracts tables from SQL queries.
See extract_tables as the entry point for extracting tables from SQL.
Structs§
- Table
Extractor - A visitor to extract tables from SQL.
- Table
Reference TableReferencerepresents a qualified table with alias. In this crate, this is the canonical representation of a table. Tables found during analyzing an AST are stored asTableReference.- Tables
Tablesrepresents a list ofTableReferencethat found in SQL.
Functions§
- extract_
tables - Convenience function to extract tables from SQL.