Expand description
A Extractor that extracts CRUD tables from SQL queries.
See extract_crud_tables as the entry point for extracting CRUD tables from SQL.
Structs§
- Crud
Table Extractor - A visitor to extract CRUD tables from SQL.
- Crud
Tables CrudTablesrepresents the tables involved in CRUD operations.
Functions§
- extract_
crud_ tables - Convenience function to extract CRUD tables from SQL.