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

Method drop

basex-core/src/main/java/org/basex/core/users/User.java:166–168  ·  view source on GitHub ↗

Drops the specified database pattern. @param pattern database pattern

(final String pattern)

Source from the content-addressed store, hash-verified

164 * @param pattern database pattern
165 */
166 public synchronized void drop(final String pattern) {
167 patterns.remove(pattern);
168 }
169
170 /**
171 * Returns the username.

Callers 1

runMethod · 0.95

Calls 1

removeMethod · 0.65

Tested by

no test coverage detected