|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.axiondb.engine.commands.BaseAxionCommand
org.axiondb.engine.commands.DropCommand
org.axiondb.engine.commands.DropDatabaseLinkCommand
public class DropDatabaseLinkCommand
A DROP DATABASE LINK command.
| Constructor Summary | |
|---|---|
DropDatabaseLinkCommand(java.lang.String serverName,
boolean exists,
boolean cascade)
|
|
| 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, isCascade, isIfExists, setCascade, setIfExists, setObjectName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DropDatabaseLinkCommand(java.lang.String serverName,
boolean exists,
boolean cascade)
| Method Detail |
|---|
public boolean execute(Database db)
throws AxionException
AxionCommand
execute in interface AxionCommandexecute in class DropCommandResultSets were generated,
false otherwise
AxionExceptionStatement.execute(java.lang.String),
PreparedStatement.execute()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||