Package | Description |
---|---|
org.basex.core |
Database core classes.
|
org.basex.core.cmd |
Database commands.
|
org.basex.data |
Database structures.
|
org.basex.gui.view.text |
GUI Text View.
|
org.basex.query |
XQuery implementation.
|
org.basex.query.iter |
XQuery iterators.
|
Modifier and Type | Method and Description |
---|---|
Result |
Command.finish()
Returns a cached result set generated by
AQuery.query(java.lang.String) . |
Modifier and Type | Method and Description |
---|---|
Result |
AQuery.finish() |
Modifier and Type | Class and Description |
---|---|
class |
DBNodes
This class stores database nodes in an ascending order.
|
Modifier and Type | Method and Description |
---|---|
void |
TextView.cacheText(ArrayOutput out,
Command c,
Result r)
Caches the output.
|
Modifier and Type | Method and Description |
---|---|
Result |
QueryProcessor.execute()
Evaluates the specified query and returns the result.
|
Modifier and Type | Class and Description |
---|---|
class |
ValueBuilder
This class can be used to build new sequences.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.