|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.basex.core.Progress
org.basex.core.AbstractProcess
org.basex.core.proc.Proc
org.basex.core.proc.Drop
public final class Drop
Evaluates the 'drop' command. Deletes a database or index structure.
| Field Summary | |
|---|---|
static java.lang.String |
DB
Create option. |
static java.lang.String |
INDEX
Create option. |
| Fields inherited from class org.basex.core.AbstractProcess |
|---|
cmd |
| Constructor Summary | |
|---|---|
Drop()
|
|
| Method Summary | |
|---|---|
static boolean |
drop(java.lang.String db)
Delete a database. |
| Methods inherited from class org.basex.core.proc.Proc |
|---|
det, execute, execute, get, head, info, info, output, output, prog, result, toString |
| Methods inherited from class org.basex.core.Progress |
|---|
detail, header, progress, progress, stop, stopped |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String DB
public static final java.lang.String INDEX
| Constructor Detail |
|---|
public Drop()
| Method Detail |
|---|
public static boolean drop(java.lang.String db)
db - database name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||