| Package | Description |
|---|---|
| org.basex |
Main package of the project, containing all starter classes with main methods.
|
| org.basex.core |
Database core classes.
|
| org.basex.server |
Server implementation.
|
| Modifier and Type | Method and Description |
|---|---|
protected Session |
BaseXClient.session() |
protected Session |
BaseXServer.session() |
protected Session |
BaseX.session() |
| Modifier and Type | Field and Description |
|---|---|
protected Session |
Main.session
Session.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Session |
Main.session()
Returns the session.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientSession
This class offers methods to execute database commands via the
client/server architecture.
|
class |
LocalSession
This class offers methods to locally execute database commands.
|