dropTable abstract method

String dropTable(
  1. String tableName
)

Generates a DROP TABLE statement.

Implementation

String dropTable(String tableName);