MCPcopy Create free account
hub / github.com/BaseXdb/basex / drop

Method drop

basex-core/src/main/java/org/basex/index/Index.java:52–52  ·  view source on GitHub ↗

Drops the index. Also returns true if the index does not exist. @return success flag

()

Source from the content-addressed store, hash-verified

50 * @return success flag
51 */
52 boolean drop();
53
54 /**
55 * Closes the index.

Callers 9

dropIndexMethod · 0.95
applyMethod · 0.65
applyMethod · 0.65
applyMethod · 0.65
buildMethod · 0.65
dropMethod · 0.65
nextMethod · 0.65
dropMethod · 0.65
buildMethod · 0.65

Implementers 7

Resourcesbasex-core/src/main/java/org/basex/ind
PathIndexbasex-core/src/main/java/org/basex/ind
Namesbasex-core/src/main/java/org/basex/ind
FTIndexbasex-core/src/main/java/org/basex/ind
MemValuesbasex-core/src/main/java/org/basex/ind
DiskValuesbasex-core/src/main/java/org/basex/ind
ValueIndexbasex-core/src/main/java/org/basex/ind

Calls

no outgoing calls

Tested by

no test coverage detected