org.axiondb.engine.commands

Class DropViewCommand

public class DropViewCommand extends DropCommand

A DROP VIEW command.

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

Author: Ahimanikya Satapathy

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

Constructor Detail

DropViewCommand

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

Method Detail

execute

public boolean execute(Database db)