| Package | Description |
|---|---|
| org.basex.core |
Database core classes.
|
| org.basex.data |
Database structures.
|
| org.basex.query |
XQuery implementation.
|
| org.basex.query.iter |
XQuery iterators.
|
| Modifier and Type | Method and Description |
|---|---|
Result |
Command.result()
Returns the result set, generated by a query command.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Nodes
This class stores node references of a database in an ascending order.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Nodes.sameAs(Result r) |
boolean |
Result.sameAs(Result r)
Compares results for equality.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ValueBuilder.sameAs(Result v) |