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.