| Package | Description |
|---|---|
| org.basex.core |
Database core classes.
|
| org.basex.data |
Database structures.
|
| Modifier and Type | Field and Description |
|---|---|
protected MainProp |
Command.mprop
Main properties.
|
MainProp |
Context.mprop
Main properties.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
MetaData.found(java.lang.String path,
java.lang.String db,
MainProp mprop)
Checks if the specified file path refers to the specified database.
|
| Constructor and Description |
|---|
MetaData(java.lang.String db,
Prop pr,
MainProp mprop)
Constructor, specifying the database name.
|