| Package | Description |
|---|---|
| org.basex.core |
Database core classes.
|
| org.basex.core.cmd |
Database commands.
|
| org.basex.gui.dialog |
GUI Dialog Windows.
|
| org.basex.gui.layout |
Project specific GUI components.
|
| org.basex.io |
Input and Output classes.
|
| org.basex.query |
XQuery implementation.
|
| org.basex.util.ft |
Full-text specific utility classes.
|
| org.basex.util.list |
| Modifier and Type | Method and Description |
|---|---|
static StringList |
Databases.backupPaths(java.lang.String db,
Context ctx)
Returns the sorted paths of all backups of the specified database.
|
StringList |
Databases.list()
Lists all available databases and backups.
|
StringList |
Databases.listBackups()
Lists all available backups.
|
StringList |
Databases.listBackups(java.lang.String name)
Lists all available backups.
|
StringList |
Databases.listDBs()
Lists all available databases.
|
StringList |
Databases.listDBs(java.lang.String name)
Lists all available databases matching the given name.
|
| Modifier and Type | Method and Description |
|---|---|
static StringList |
List.list(Context ctx)
Returns a list of all databases.
|
static StringList |
RepoList.list(Context ctx)
Returns a list of all packages.
|
static StringList |
List.list(Context ctx,
boolean backups)
Returns a list of all databases and (optionally) backed up databases.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
Find.findTable(StringList filter,
TokenList cols,
BoolList elem,
byte[] tag,
boolean root)
Creates an XQuery representation for the specified table query.
|
| Modifier and Type | Field and Description |
|---|---|
StringList |
DialogInsert.result
Resulting update arguments.
|
StringList |
DialogEdit.result
Resulting update arguments.
|
| Modifier and Type | Method and Description |
|---|---|
StringList |
BaseXList.getValues()
Returns all selected values.
|
| Modifier and Type | Method and Description |
|---|---|
StringList |
IOFile.descendants()
Returns the relative paths of all descendant files.
|
| Modifier and Type | Method and Description |
|---|---|
StringList |
QuerySuggest.complete()
Sorts and returns the query suggestions.
|
StringList |
QueryException.suggest()
Returns suggestions for code suggestions.
|
| Modifier and Type | Method and Description |
|---|---|
QueryException |
QueryException.suggest(InputParser qp,
StringList sug)
Sets code suggestions.
|
| Modifier and Type | Method and Description |
|---|---|
static StringList |
FTLexer.languages()
Lists all languages for which tokenizers and stemmers are available.
|
| Modifier and Type | Method and Description |
|---|---|
StringList |
StringList.add(java.lang.String e)
Adds an element to the array.
|
StringList |
StringList.add(java.lang.String[] e)
Adds elements to the array.
|
StringList |
StringList.unique()
Returns a new list without duplicates.
|