org.axiondb.engine.commands

Class ShutdownCommand

public class ShutdownCommand extends BaseAxionCommand

A SHUTDOWN command, which closes the database.

Version: $Revision: 1.13 $ $Date: 2005/06/18 01:03:44 $

Author: Rodney Waldhoff

Constructor Summary
ShutdownCommand()
Method Summary
booleanexecute(Database db)
AxionResultSetexecuteQuery(Database database)
Unsupported
intexecuteUpdate(Database database)
StringtoString()

Constructor Detail

ShutdownCommand

public ShutdownCommand()

Method Detail

execute

public boolean execute(Database db)

executeQuery

public AxionResultSet executeQuery(Database database)
Unsupported

executeUpdate

public int executeUpdate(Database database)

toString

public String toString()