org.axiondb.engine.commands
Class DropDatabaseLinkCommand

java.lang.Object
  extended byorg.axiondb.engine.commands.BaseAxionCommand
      extended byorg.axiondb.engine.commands.DropCommand
          extended byorg.axiondb.engine.commands.DropDatabaseLinkCommand
All Implemented Interfaces:
AxionCommand

public class DropDatabaseLinkCommand
extends DropCommand

A DROP DATABASE LINK command.

Version:
$Revision: 1.1 $ $Date: 2004/09/02 01:52:09 $

Constructor Summary
DropDatabaseLinkCommand(String serverName, boolean exists)
           
 
Method Summary
 boolean execute(Database db)
          Executes an SQL statement that may return multiple results.
 
Methods inherited from class org.axiondb.engine.commands.DropCommand
executeQuery, executeUpdate, getObjectName, isIfExists, setIfExists, setObjectName
 
Methods inherited from class org.axiondb.engine.commands.BaseAxionCommand
appendBindVariables, assertNotReadOnly, attemptToConvertValue, bind, clearBindings, getBindVariableIterator, getEffectedRowCount, getResultSet, getRowIterator, getRowIterator, getTableForIdentifier, resolveSelectableList, resolveSelectableList, setEffectedRowCount, setResultSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DropDatabaseLinkCommand

public DropDatabaseLinkCommand(String serverName,
                               boolean exists)
Method Detail

execute

public boolean execute(Database db)
                throws AxionException
Description copied from interface: AxionCommand
Executes an SQL statement that may return multiple results.

Specified by:
execute in interface AxionCommand
Specified by:
execute in class DropCommand
Throws:
AxionException