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

Method closeDB

basex-core/src/main/java/org/basex/core/Context.java:237–241  ·  view source on GitHub ↗

Closes the current database context.

()

Source from the content-addressed store, hash-verified

235 * Closes the current database context.
236 */
237 public void closeDB() {
238 data = null;
239 copied = null;
240 set(null, null);
241 }
242
243 /**
244 * Sets the current context and marked node set and resets the focus.

Callers 4

closeMethod · 0.95
endMethod · 0.80
runMethod · 0.80
runMethod · 0.80

Calls 1

setMethod · 0.95

Tested by 1

endMethod · 0.64