public final class BaseXClient extends BaseX
| Constructor and Description |
|---|
BaseXClient(java.lang.String... args)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String... args)
Main method of the database client, launching a client instance.
|
protected boolean |
sa()
Tests if this client is stand-alone.
|
protected Session |
session()
Returns the session.
|
parseArgumentspublic BaseXClient(java.lang.String... args)
throws java.io.IOException
args - command-line argumentsjava.io.IOException - I/O exceptionpublic static void main(java.lang.String... args)
-h argument.args - command-line argumentsprotected boolean sa()
BaseX