org.axiondb.engine.commands

Class DropTableCommand

public class DropTableCommand extends DropCommand

A DROP TABLE command. One can't drop SYSTEM_TABLE or VIEW using this command. To drop view use DROP VIEW viewname

Version: $Revision: 1.17 $ $Date: 2005/12/20 18:32:28 $

Author: Rodney Waldhoff Ahimanikya Satapathy

Constructor Summary
DropTableCommand(String tableName, boolean exists, boolean cascade)
Method Summary
booleanexecute(Database db)

Constructor Detail

DropTableCommand

public DropTableCommand(String tableName, boolean exists, boolean cascade)

Method Detail

execute

public boolean execute(Database db)