| Package | Description |
|---|---|
| org.basex.core |
Database core classes.
|
| org.basex.core.cmd |
Database commands.
|
| org.basex.data |
Database structures.
|
| org.basex.index |
Database Index structures.
|
| org.basex.index.path | |
| org.basex.io.out | |
| org.basex.io.random | |
| org.basex.util.ft |
Full-text specific utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Context.perm(int p,
MetaData md)
Checks if the current user has the specified permission.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
InfoDB.db(MetaData meta,
boolean bold,
boolean index,
boolean create)
Creates a database information string.
|
| Modifier and Type | Field and Description |
|---|---|
MetaData |
Data.meta
Meta data.
|
| Constructor and Description |
|---|
DiskData(MetaData md,
Names nm,
Names at,
PathSummary ps,
Namespaces n)
Internal database constructor, called from
DiskBuilder.build(). |
| Modifier and Type | Method and Description |
|---|---|
void |
Stats.add(byte[] val,
MetaData meta)
Adds a value.
|
| Constructor and Description |
|---|
Names(DataInput in,
MetaData md)
Constructor, specifying an input file.
|
Names(MetaData md)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PathSummary.index(int n,
byte k,
int l,
byte[] v,
MetaData md)
Adds an entry, including its value.
|
| Constructor and Description |
|---|
TableOutput(MetaData md,
java.lang.String fn)
Initializes the output.
|
| Constructor and Description |
|---|
TableDiskAccess(MetaData md,
java.lang.String pf)
Constructor.
|
TableMemAccess(MetaData md)
Stores the table in long arrays.
|
| Modifier and Type | Method and Description |
|---|---|
FTOpt |
FTOpt.copy(MetaData md)
Copies the full-text options from the specified database meta data.
|