| 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.
|
| org.basex.util |
Utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
BaseXServer.start(int port,
java.lang.String... args)
Starts the database server in a separate process.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
Command.execute(Context ctx)
Executes the command and returns the result as string.
|
void |
Command.execute(Context ctx,
java.io.OutputStream os)
Executes the command and prints the result to the specified output
stream.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
LocalSession.execute(Command cmd,
java.io.OutputStream os) |
protected void |
LocalSession.execute(java.lang.String str,
java.io.OutputStream os) |
LocalQuery |
LocalSession.query(java.lang.String query) |
| Modifier and Type | Method and Description |
|---|---|
int |
Args.number()
Returns the next positive numeric argument.
|
void |
Args.usage()
Throws an exception with the command usage info.
|