|
||||||||||
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.DropSequenceCommand
public class DropSequenceCommand
A DROP SEQUENCE
command.
Constructor Summary | |
---|---|
DropSequenceCommand(java.lang.String sequenceName,
boolean ifExists)
|
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 DropSequenceCommand(java.lang.String sequenceName, boolean ifExists)
Method Detail |
---|
public boolean execute(Database db) throws AxionException
AxionCommand
execute
in interface AxionCommand
execute
in class DropCommand
ResultSet
s were generated,
false otherwise
AxionException
Statement.execute(java.lang.String)
,
PreparedStatement.execute()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |