Package | Description |
---|---|
org.basex.core |
Database core classes.
|
org.basex.core.cmd |
Database commands.
|
org.basex.core.locks | |
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.query.up | |
org.basex.query.up.primitives | |
org.basex.query.up.primitives.name | |
org.basex.query.util.pkg | |
org.basex.util.ft |
Full-text specific utility classes.
|
org.basex.util.list |
Modifier and Type | Method and Description |
---|---|
StringList |
Databases.backups()
Returns the names of all backups.
|
StringList |
Databases.backups(String db)
Returns the name of a specific backup, or all backups found for a specific database,
in a descending order.
|
StringList |
Context.filter(Perm perm,
StringList dbs)
Filters databases to the ones that have the specified permission.
|
StringList |
Databases.list()
Lists all available databases and backups.
|
StringList |
Databases.listDBs()
Lists all available databases.
|
StringList |
Databases.listDBs(String name)
Lists all available databases matching the given name.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
Command.databases(StringList db,
int index)
Adds the names of the database that has been addressed by the argument index.
|
StringList |
Context.filter(Perm perm,
StringList dbs)
Filters databases to the ones that have the specified permission.
|
Modifier and Type | Method and Description |
---|---|
static StringList |
List.list(StaticOptions sopts)
Returns a list of all databases.
|
Modifier and Type | Method and Description |
---|---|
static String |
Find.findTable(StringList filter,
TokenList cols,
BoolList elem,
byte[] name,
boolean root)
Creates an XQuery representation for the specified table query.
|
Modifier and Type | Field and Description |
---|---|
StringList |
LockResult.read
List of databases to read lock.
|
StringList |
LockResult.write
List of databases to write lock.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcLocking.acquire(Proc pr,
StringList read,
StringList write) |
void |
Locking.acquire(Proc pr,
StringList read,
StringList write)
Puts read and write locks the specified databases.
|
void |
DBLocking.acquire(Proc pr,
StringList read,
StringList write) |
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 |
---|---|
void |
Zip.zip(IOFile root,
StringList files)
Zips the specified files.
|
Modifier and Type | Field and Description |
---|---|
StringList |
QueryInfo.readLocked
Read locked databases.
|
StringList |
QueryContext.readLocks
Strings to lock defined by lock:read option.
|
StringList |
QueryInfo.writeLocked
Write locked databases.
|
StringList |
QueryContext.writeLocks
Strings to lock defined by lock:write option.
|
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 |
---|---|
StringList |
Updates.databases()
Returns the names of all databases that will be updated.
|
Modifier and Type | Field and Description |
---|---|
protected StringList |
UserUpdate.patterns
Database patterns.
|
Modifier and Type | Method and Description |
---|---|
void |
NameUpdate.databases(StringList db)
Adds all databases to be updated to the specified list.
|
void |
DBCopy.databases(StringList db) |
void |
DBAlter.databases(StringList db) |
Modifier and Type | Method and Description |
---|---|
StringList |
RepoManager.list()
Returns a list of all packages.
|
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(String... elements)
Adds elements to the array.
|
StringList |
StringList.add(String element)
Adds an element to the array.
|
StringList |
StringList.add(StringList elements)
Adds elements from a string list to the array.
|
StringList |
StringList.sort()
Sorts the elements in ascending order, using the standard options.
|
StringList |
StringList.sort(boolean cs)
Sorts the elements in ascending order.
|
StringList |
StringList.sort(boolean cs,
boolean asc)
Sorts the elements.
|
StringList |
StringList.sort(boolean cs,
boolean asc,
int index)
Sorts the elements.
|
StringList |
StringList.unique()
Removes duplicates, provided that the entries are sorted.
|
Modifier and Type | Method and Description |
---|---|
StringList |
StringList.add(StringList elements)
Adds elements from a string list to the array.
|
boolean |
StringList.containsAll(StringList elements)
Check if all elements of the specified list are contained in the list.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.