| Package | Description |
|---|---|
| org.basex.core.cmd |
Database commands.
|
| org.basex.index |
Database Index structures.
|
| org.basex.index.value | |
| org.basex.io.in | |
| org.basex.io.out | |
| org.basex.query.item |
XQuery data types.
|
| org.basex.util.list |
| Modifier and Type | Method and Description |
|---|---|
static void |
Delete.delete(Context ctx,
IntList docs)
Deletes the specified nodes.
|
| Modifier and Type | Method and Description |
|---|---|
IntList |
Resources.docs()
Returns the
pre values of all document nodes. |
IntList |
Resources.docs(java.lang.String path)
Returns the pre values of all document nodes matching the specified path.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DiskValues.delete(TokenObjMap<IntList> m)
Delete records from the index.
|
void |
UpdatableDiskValues.delete(TokenObjMap<IntList> m) |
void |
DiskValues.index(TokenObjMap<IntList> m)
Add entries to the index.
|
void |
UpdatableDiskValues.index(TokenObjMap<IntList> m) |
| Modifier and Type | Method and Description |
|---|---|
IntList |
DataInput.readDiffs()
Reads a distance-mapped integer array.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataOutput.writeDiffs(IntList array)
Writes distances between integers.
|
| Modifier and Type | Method and Description |
|---|---|
static Value |
DBNodeSeq.get(IntList v,
Data d,
boolean docs,
boolean c)
Creates a node sequence with the given data reference and pre values.
|
| Modifier and Type | Method and Description |
|---|---|
IntList |
IntList.sort()
Sorts the data.
|