| Package | Description |
|---|---|
| org.jsimpledb.cli |
JSimpleDB Command Line Interface (CLI) classes.
|
| org.jsimpledb.cli.cmd |
JSimpleDB CLI
Command related classes, including pre-defined commands. |
| Modifier and Type | Method and Description |
|---|---|
SortedMap<String,Command> |
CliSession.getCommands()
Get the
Commands registered with this instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
CliSession.registerCommand(Command command)
Register the given
Command. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCommand
Support superclass for CLI
Command implementations. |
class |
AbstractKVCommand |
class |
CompareSchemasCommand |
class |
DeleteSchemaVersionCommand |
class |
EvalCommand |
class |
HelpCommand |
class |
ImportCommand |
class |
InfoCommand |
class |
KVGetCommand |
class |
KVLoadCommand |
class |
KVPutCommand |
class |
KVRemoveCommand |
class |
KVSaveCommand |
class |
LoadCommand |
class |
QuitCommand |
class |
RegisterCommandCommand |
class |
RegisterFunctionCommand |
class |
SaveCommand |
class |
SetAllowNewSchemaCommand |
class |
SetHistoryFileCommand |
class |
SetSchemaVersionCommand |
class |
SetSessionModeCommand |
class |
SetValidationModeCommand |
class |
SetVerboseCommand |
class |
ShowAllSchemasCommand |
class |
ShowImportsCommand |
class |
ShowSchemaCommand |
class |
ShowVariablesCommand |
Copyright © 2016. All rights reserved.