compileDropTable abstract method

String compileDropTable(
  1. String table
)

Compiles a DROP TABLE statement. (Migration tool)

Implementation

String compileDropTable(String table);