Skip to main content

drop_table_sql

Function drop_table_sql 

Source
pub fn drop_table_sql(table_name: &str, if_exists: bool) -> String
Expand description

Generate DROP TABLE SQL (for testing/inspection).

This is the same SQL that drop_table would execute.