Database.drop

Deletes a table. May throw an exception if the table does not exist.

class Database
abstract
void
drop
(
string table
)

Meta