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

Method init

basex-core/src/main/java/org/basex/data/DiskData.java:124–128  ·  view source on GitHub ↗

Initializes the database. @throws IOException I/O exception

()

Source from the content-addressed store, hash-verified

122 * @throws IOException I/O exception
123 */
124 private void init() throws IOException {
125 table = new TableDiskAccess(meta, false);
126 texts = new DataAccess(meta.dbFile(DATATXT));
127 values = new DataAccess(meta.dbFile(DATAATV));
128 }
129
130 /**
131 * Writes all meta data to disk.

Callers 1

DiskDataMethod · 0.95

Calls 1

dbFileMethod · 0.80

Tested by

no test coverage detected