Package | Description |
---|---|
org.basex.build |
Classes for creating new database instances.
|
org.basex.query.up.primitives | |
org.basex.query.up.primitives.db | |
org.basex.query.up.primitives.node | |
org.basex.query.util |
XQuery utility classes.
|
Modifier and Type | Method and Description |
---|---|
MemData |
MemBuilder.build() |
static MemData |
MemBuilder.build(IO input)
Builds a main memory database instance.
|
static MemData |
MemBuilder.build(Parser parser)
Builds a main memory database instance.
|
static MemData |
MemBuilder.build(String name,
Parser parser)
Builds a main memory database instance with the specified name.
|
Modifier and Type | Method and Description |
---|---|
void |
DBNew.addDocs(MemData md,
String name,
DBOptions options)
Inserts all documents to be added to a temporary database.
|
void |
DBNew.addDocs(MemData dt,
String name,
MainOptions options)
Inserts all documents to be added to a temporary database.
|
Modifier and Type | Method and Description |
---|---|
void |
Put.prepare(MemData tmp) |
abstract void |
DBUpdate.prepare(MemData tmp)
Prepares this operation.
|
void |
DBStore.prepare(MemData tmp) |
void |
DBRename.prepare(MemData tmp) |
void |
DBOptimize.prepare(MemData tmp) |
void |
DBFlush.prepare(MemData tmp) |
void |
DBDelete.prepare(MemData tmp) |
void |
DBAdd.prepare(MemData tmp) |
Modifier and Type | Method and Description |
---|---|
void |
ReplaceValue.prepare(MemData tmp) |
void |
ReplaceDoc.prepare(MemData tmp) |
void |
RenameNode.prepare(MemData tmp) |
abstract void |
NodeUpdate.prepare(MemData tmp)
Prepares this update primitive before execution.
|
void |
DeleteNode.prepare(MemData tmp) |
NodeUpdate[] |
ReplaceValue.substitute(MemData tmp) |
NodeUpdate[] |
NodeUpdate.substitute(MemData tmp)
Substitutes the update primitive if necessary.
|
Constructor and Description |
---|
DataBuilder(MemData data)
Constructor.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.