| 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.
|
| Class and Description |
|---|
| Session
This class defines methods for evaluating commands, either locally or
via the client/server architecture.
|
| Class and Description |
|---|
| ClientListener
Server-side client session in the client-server architecture.
|
| Session
This class defines methods for evaluating commands, either locally or
via the client/server architecture.
|
| Sessions
This class organizes all currently opened database sessions.
|
| Class and Description |
|---|
| ClientQuery
This class defines all methods for iteratively evaluating queries with the
client/server architecture.
|
| ClientSession
This class offers methods to execute database commands via the
client/server architecture.
|
| EventNotifier
Notification interface for handling database events.
|
| LocalQuery
This class defines all methods for iteratively evaluating queries locally.
|
| Log
This class writes logging information to disk.
|
| LoginException
This exception is thrown if a wrong user/password combination was specified.
|
| Query
This class defines methods for executing queries.
|
| ServerCmd
This class defines the available command-line commands.
|
| Session
This class defines methods for evaluating commands, either locally or
via the client/server architecture.
|