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 TableReference
represents 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
Tables
represents a list ofTableReference
that found in SQL.
Functions§
- extract_
tables - Convenience function to extract tables from SQL.