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

Method dropIndex

basex-core/src/main/java/org/basex/data/Data.java:156–156  ·  view source on GitHub ↗

Drops the specified index. @param type index to be dropped @throws BaseXException database exception

(IndexType type)

Source from the content-addressed store, hash-verified

154 * @throws BaseXException database exception
155 */
156 public abstract void dropIndex(IndexType type) throws BaseXException;
157
158 /**
159 * Starts an update operation: writes a file to disk to indicate that an update is going on,

Callers 1

dropMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected