pub fn extract_table_operations_with_options(
dialect: &dyn Dialect,
sql: &str,
options: ExtractorOptions<'_>,
) -> Result<Vec<Result<TableOperation, Error>>, Error>Expand description
Like extract_table_operations but with ExtractorOptions — a
catalog and/or an identifier-casing override. dialect still drives
parsing; the options govern only the analysis.