public final class DropTable extends Object implements UpdateScript
UpdateableDataContext. Instead of providing a custom implementation
of the UpdateScript interface, one can use this pre-built drop table
implementation. Some DataContexts may even optimize specifically
based on the knowledge that there will only be a single table dropped.public DropTable(Table table)
public DropTable(String tableName)
public void run(UpdateCallback callback)
UpdateScriptUpdateCallback.run in interface UpdateScriptrun in interface Action<UpdateCallback>Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.