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

Method write

basex-core/src/main/java/org/basex/core/Stores.java:177–183  ·  view source on GitHub ↗

Writes the current store to disk. @param name name of store. @param info input info @throws QueryException query exception

(final String name, final InputInfo info)

Source from the content-addressed store, hash-verified

175 * @throws QueryException query exception
176 */
177 public synchronized void write(final String name, final InputInfo info) throws QueryException {
178 try {
179 writeStore(name, true);
180 } catch(final IOException ex) {
181 throw STORE_IO_X.get(info, ex);
182 }
183 }
184
185 /**
186 * Deletes a store.

Callers 6

writeStoreMethod · 0.95
writeMethod · 0.95
writeMethod · 0.95
writeMethod · 0.95
writeFileResourceMethod · 0.95
applyMethod · 0.95

Calls 9

writeStoreMethod · 0.95
writeLongMethod · 0.80
writeBoolMethod · 0.80
getMethod · 0.65
indexMethod · 0.65
seqTypeMethod · 0.65
sizeMethod · 0.65
writeNumMethod · 0.45
refineTypeMethod · 0.45

Tested by

no test coverage detected