db9010 / com.jovial.db9010 / Database / dropTable

dropTable

fun dropTable(table: Table, ifExists: Boolean = false): Unit

Execute a SQL DROP TABLE statement for table. Include SQL "IF EXISTS" if ifExists is set true. The DROP TABLE statement is not cached.