A C D E F G H I K L N O P Q R S T 

A

AbstractCommand - Class in org.jsimpledb.cli.cmd
Support superclass for CLI Command implementations.
AbstractCommand(String) - Constructor for class org.jsimpledb.cli.cmd.AbstractCommand
Constructor.
AbstractKVCommand - Class in org.jsimpledb.cli.cmd
 
AbstractKVCommand(String) - Constructor for class org.jsimpledb.cli.cmd.AbstractKVCommand
 
apply(CliSession, Value[]) - Method in class org.jsimpledb.cli.func.DumpFunction
 
apply(CliSession, Value[]) - Method in class org.jsimpledb.cli.func.PrintFunction
 
apply(CliSession, Value[]) - Method in class org.jsimpledb.cli.func.SessionFunction
 
apply(ParseSession, Value[]) - Method in class org.jsimpledb.cli.func.SimpleCliFunction
 
apply(CliSession, Value[]) - Method in class org.jsimpledb.cli.func.SimpleCliFunction
Apply this function to the given values.

C

CLI_COMMANDS_DESCRIPTOR_RESOURCE - Static variable in class org.jsimpledb.cli.CliSession
Classpath XML file resource describing available Commands: "META-INF/jsimpledb/cli-command-implementations.xml".
CliSession - Class in org.jsimpledb.cli
Represents one CLI console session.
CliSession(KVDatabase, PrintWriter, Console) - Constructor for class org.jsimpledb.cli.CliSession
Constructor for SessionMode.KEY_VALUE mode.
CliSession(Database, PrintWriter, Console) - Constructor for class org.jsimpledb.cli.CliSession
Constructor for SessionMode.CORE_API mode.
CliSession(JSimpleDB, PrintWriter, Console) - Constructor for class org.jsimpledb.cli.CliSession
Constructor for SessionMode.JSIMPLEDB mode.
CliSession.Action - Interface in org.jsimpledb.cli
CliSession.TransactionalAction - Interface in org.jsimpledb.cli
Deprecated.
Implement Session.TransactionalAction instead of this interface
Command - Interface in org.jsimpledb.cli.cmd
CliSession command.
CommandListParser - Class in org.jsimpledb.cli
 
CommandListParser(Parser<CliSession.Action>) - Constructor for class org.jsimpledb.cli.CommandListParser
Constructor.
CommandParser - Class in org.jsimpledb.cli
 
CommandParser() - Constructor for class org.jsimpledb.cli.CommandParser
 
CompareSchemasCommand - Class in org.jsimpledb.cli.cmd
 
CompareSchemasCommand() - Constructor for class org.jsimpledb.cli.cmd.CompareSchemasCommand
 
Console - Class in org.jsimpledb.cli
CLI console.
Console(KVDatabase, InputStream, OutputStream) - Constructor for class org.jsimpledb.cli.Console
Simplified constructor for SessionMode.KEY_VALUE mode.
Console(Database, InputStream, OutputStream) - Constructor for class org.jsimpledb.cli.Console
Simplified constructor for SessionMode.CORE_API mode.
Console(JSimpleDB, InputStream, OutputStream) - Constructor for class org.jsimpledb.cli.Console
Simplified constructor for SessionMode.JSIMPLEDB mode.
Console(KVDatabase, Database, JSimpleDB, InputStream, OutputStream, Terminal, String, String) - Constructor for class org.jsimpledb.cli.Console
Generic constructor.
console - Variable in class org.jsimpledb.cli.Console
 
CSTRING_PATTERN - Static variable in class org.jsimpledb.cli.cmd.AbstractKVCommand
Matches the doubly-quoted C strings returnd by toCString().

D

DeleteSchemaVersionCommand - Class in org.jsimpledb.cli.cmd
 
DeleteSchemaVersionCommand() - Constructor for class org.jsimpledb.cli.cmd.DeleteSchemaVersionCommand
 
DumpFunction - Class in org.jsimpledb.cli.func
 
DumpFunction() - Constructor for class org.jsimpledb.cli.func.DumpFunction
 

E

EvalCommand - Class in org.jsimpledb.cli.cmd
 
EvalCommand() - Constructor for class org.jsimpledb.cli.cmd.EvalCommand
 
EvalCommand.EvalAction - Class in org.jsimpledb.cli.cmd
Special transactional CliSession.Action used by the EvalCommand allowing access to the EvalException that occurred, if any.

F

fromCString(String) - Static method in class org.jsimpledb.cli.cmd.AbstractKVCommand
Parse a byte[] array encoded as a double-quoted C-string representation by toCString().

G

getAction(CliSession, ParseContext, boolean, Map<String, Object>) - Method in class org.jsimpledb.cli.cmd.AbstractCommand
Process command line parameters and return action.
getAction(CliSession, ParseContext, boolean, Map<String, Object>) - Method in class org.jsimpledb.cli.cmd.CompareSchemasCommand
 
getAction(CliSession, ParseContext, boolean, Map<String, Object>) - Method in class org.jsimpledb.cli.cmd.DeleteSchemaVersionCommand
 
getAction(CliSession, ParseContext, boolean, Map<String, Object>) - Method in class org.jsimpledb.cli.cmd.EvalCommand
 
getAction(CliSession, ParseContext, boolean, Map<String, Object>) - Method in class org.jsimpledb.cli.cmd.HelpCommand
 
getAction(CliSession, ParseContext, boolean, Map<String, Object>) - Method in class org.jsimpledb.cli.cmd.ImportCommand
 
getAction(CliSession, ParseContext, boolean, Map<String, Object>) - Method in class org.jsimpledb.cli.cmd.InfoCommand
 
getAction(CliSession, ParseContext, boolean, Map<String, Object>) - Method in class org.jsimpledb.cli.cmd.KVGetCommand
 
getAction(CliSession, ParseContext, boolean, Map<String, Object>) - Method in class org.jsimpledb.cli.cmd.KVLoadCommand
 
getAction(CliSession, ParseContext, boolean, Map<String, Object>) - Method in class org.jsimpledb.cli.cmd.KVPutCommand
 
getAction(CliSession, ParseContext, boolean, Map<String, Object>) - Method in class org.jsimpledb.cli.cmd.KVRemoveCommand
 
getAction(CliSession, ParseContext, boolean, Map<String, Object>) - Method in class org.jsimpledb.cli.cmd.KVSaveCommand
 
getAction(CliSession, ParseContext, boolean, Map<String, Object>) - Method in class org.jsimpledb.cli.cmd.LoadCommand
 
getAction(CliSession, ParseContext, boolean, Map<String, Object>) - Method in class org.jsimpledb.cli.cmd.QuitCommand
 
getAction(CliSession, ParseContext, boolean, Map<String, Object>) - Method in class org.jsimpledb.cli.cmd.RegisterCommandCommand
 
getAction(CliSession, ParseContext, boolean, Map<String, Object>) - Method in class org.jsimpledb.cli.cmd.RegisterFunctionCommand
 
getAction(CliSession, ParseContext, boolean, Map<String, Object>) - Method in class org.jsimpledb.cli.cmd.SaveCommand
 
getAction(CliSession, ParseContext, boolean, Map<String, Object>) - Method in class org.jsimpledb.cli.cmd.SetAllowNewSchemaCommand
 
getAction(CliSession, ParseContext, boolean, Map<String, Object>) - Method in class org.jsimpledb.cli.cmd.SetHistoryFileCommand
 
getAction(CliSession, ParseContext, boolean, Map<String, Object>) - Method in class org.jsimpledb.cli.cmd.SetSchemaVersionCommand
 
getAction(CliSession, ParseContext, boolean, Map<String, Object>) - Method in class org.jsimpledb.cli.cmd.SetSessionModeCommand
 
getAction(CliSession, ParseContext, boolean, Map<String, Object>) - Method in class org.jsimpledb.cli.cmd.SetValidationModeCommand
 
getAction(CliSession, ParseContext, boolean, Map<String, Object>) - Method in class org.jsimpledb.cli.cmd.SetVerboseCommand
 
getAction(CliSession, ParseContext, boolean, Map<String, Object>) - Method in class org.jsimpledb.cli.cmd.ShowAllSchemasCommand
 
getAction(CliSession, ParseContext, boolean, Map<String, Object>) - Method in class org.jsimpledb.cli.cmd.ShowImportsCommand
 
getAction(CliSession, ParseContext, boolean, Map<String, Object>) - Method in class org.jsimpledb.cli.cmd.ShowSchemaCommand
 
getAction(CliSession, ParseContext, boolean, Map<String, Object>) - Method in class org.jsimpledb.cli.cmd.ShowVariablesCommand
 
getCommands() - Method in class org.jsimpledb.cli.CliSession
Get the Commands registered with this instance.
getConsole() - Method in class org.jsimpledb.cli.CliSession
Get the associated Console, if any.
getConsoleReader() - Method in class org.jsimpledb.cli.Console
Get the associated JLine ConsoleReader.
getErrorMessagePrefix() - Method in class org.jsimpledb.cli.CliSession
Get prefix for error messages.
getEvalException() - Method in class org.jsimpledb.cli.cmd.EvalCommand.EvalAction
Get the EvalException that occurred when evaluating the expression, if any.
getHelpDetail() - Method in class org.jsimpledb.cli.cmd.AbstractCommand
Get expanded help (typically multiple lines).
getHelpDetail() - Method in interface org.jsimpledb.cli.cmd.Command
Get expanded help (typically multiple lines).
getHelpDetail() - Method in class org.jsimpledb.cli.cmd.DeleteSchemaVersionCommand
 
getHelpDetail() - Method in class org.jsimpledb.cli.cmd.EvalCommand
 
getHelpDetail() - Method in class org.jsimpledb.cli.cmd.HelpCommand
 
getHelpDetail() - Method in class org.jsimpledb.cli.cmd.KVGetCommand
 
getHelpDetail() - Method in class org.jsimpledb.cli.cmd.KVLoadCommand
 
getHelpDetail() - Method in class org.jsimpledb.cli.cmd.KVPutCommand
 
getHelpDetail() - Method in class org.jsimpledb.cli.cmd.KVRemoveCommand
 
getHelpDetail() - Method in class org.jsimpledb.cli.cmd.KVSaveCommand
 
getHelpDetail() - Method in class org.jsimpledb.cli.cmd.LoadCommand
 
getHelpDetail() - Method in class org.jsimpledb.cli.cmd.SaveCommand
 
getHelpDetail() - Method in class org.jsimpledb.cli.cmd.SetSchemaVersionCommand
 
getHelpDetail() - Method in class org.jsimpledb.cli.cmd.SetSessionModeCommand
 
getHelpDetail() - Method in class org.jsimpledb.cli.cmd.SetValidationModeCommand
 
getHelpDetail() - Method in class org.jsimpledb.cli.cmd.ShowAllSchemasCommand
 
getHelpSummary() - Method in class org.jsimpledb.cli.cmd.AbstractCommand
Get summarized help (typically a single line).
getHelpSummary() - Method in interface org.jsimpledb.cli.cmd.Command
Get summarized help (typically a single line).
getHelpSummary() - Method in class org.jsimpledb.cli.cmd.CompareSchemasCommand
 
getHelpSummary() - Method in class org.jsimpledb.cli.cmd.DeleteSchemaVersionCommand
 
getHelpSummary() - Method in class org.jsimpledb.cli.cmd.EvalCommand
 
getHelpSummary() - Method in class org.jsimpledb.cli.cmd.HelpCommand
 
getHelpSummary() - Method in class org.jsimpledb.cli.cmd.ImportCommand
 
getHelpSummary() - Method in class org.jsimpledb.cli.cmd.InfoCommand
 
getHelpSummary() - Method in class org.jsimpledb.cli.cmd.KVGetCommand
 
getHelpSummary() - Method in class org.jsimpledb.cli.cmd.KVLoadCommand
 
getHelpSummary() - Method in class org.jsimpledb.cli.cmd.KVPutCommand
 
getHelpSummary() - Method in class org.jsimpledb.cli.cmd.KVRemoveCommand
 
getHelpSummary() - Method in class org.jsimpledb.cli.cmd.KVSaveCommand
 
getHelpSummary() - Method in class org.jsimpledb.cli.cmd.LoadCommand
 
getHelpSummary() - Method in class org.jsimpledb.cli.cmd.QuitCommand
 
getHelpSummary() - Method in class org.jsimpledb.cli.cmd.RegisterCommandCommand
 
getHelpSummary() - Method in class org.jsimpledb.cli.cmd.RegisterFunctionCommand
 
getHelpSummary() - Method in class org.jsimpledb.cli.cmd.SaveCommand
 
getHelpSummary() - Method in class org.jsimpledb.cli.cmd.SetAllowNewSchemaCommand
 
getHelpSummary() - Method in class org.jsimpledb.cli.cmd.SetHistoryFileCommand
 
getHelpSummary() - Method in class org.jsimpledb.cli.cmd.SetSchemaVersionCommand
 
getHelpSummary() - Method in class org.jsimpledb.cli.cmd.SetSessionModeCommand
 
getHelpSummary() - Method in class org.jsimpledb.cli.cmd.SetValidationModeCommand
 
getHelpSummary() - Method in class org.jsimpledb.cli.cmd.SetVerboseCommand
 
getHelpSummary() - Method in class org.jsimpledb.cli.cmd.ShowAllSchemasCommand
 
getHelpSummary() - Method in class org.jsimpledb.cli.cmd.ShowImportsCommand
 
getHelpSummary() - Method in class org.jsimpledb.cli.cmd.ShowSchemaCommand
 
getHelpSummary() - Method in class org.jsimpledb.cli.cmd.ShowVariablesCommand
 
getHelpSummary() - Method in class org.jsimpledb.cli.func.DumpFunction
 
getHelpSummary() - Method in class org.jsimpledb.cli.func.PrintFunction
 
getHelpSummary() - Method in class org.jsimpledb.cli.func.SessionFunction
 
getLineLimit() - Method in class org.jsimpledb.cli.CliSession
 
getMax() - Method in class org.jsimpledb.cli.ParamParser.Param
 
getMin() - Method in class org.jsimpledb.cli.ParamParser.Param
 
getName() - Method in class org.jsimpledb.cli.cmd.AbstractCommand
 
getName() - Method in interface org.jsimpledb.cli.cmd.Command
Get the name of this command.
getName() - Method in class org.jsimpledb.cli.ParamParser.Param
 
getOptionFlag() - Method in class org.jsimpledb.cli.ParamParser.Param
 
getOptionFlags() - Method in class org.jsimpledb.cli.ParamParser
Get option flags.
getParameters() - Method in class org.jsimpledb.cli.ParamParser
Get regular parameters, in expected order.
getParser(String) - Method in class org.jsimpledb.cli.cmd.AbstractCommand
Convert parameter spec type name into a Parser.
getParser(String) - Method in class org.jsimpledb.cli.cmd.AbstractKVCommand
 
getParser(String) - Method in class org.jsimpledb.cli.cmd.HelpCommand
 
getParser(String) - Method in class org.jsimpledb.cli.cmd.KVLoadCommand
 
getParser(String) - Method in class org.jsimpledb.cli.cmd.KVSaveCommand
 
getParser(String) - Method in class org.jsimpledb.cli.cmd.LoadCommand
 
getParser(String) - Method in class org.jsimpledb.cli.cmd.SaveCommand
 
getParser(String) - Method in class org.jsimpledb.cli.cmd.SetHistoryFileCommand
 
getParser(String) - Method in class org.jsimpledb.cli.cmd.SetSessionModeCommand
 
getParser(String) - Method in class org.jsimpledb.cli.cmd.SetValidationModeCommand
 
getParser(String) - Method in class org.jsimpledb.cli.ParamParser
Convert parameter spec type name into a Parser.
getParser() - Method in class org.jsimpledb.cli.ParamParser.Param
 
getSession() - Method in class org.jsimpledb.cli.Console
Get the associated CliSession.
getSessionModes() - Method in class org.jsimpledb.cli.cmd.AbstractCommand
Get the SessionMode(s) supported by this command.
getSessionModes() - Method in interface org.jsimpledb.cli.cmd.Command
Get the SessionMode(s) supported by this command.
getSessionModes() - Method in class org.jsimpledb.cli.cmd.EvalCommand
 
getSessionModes() - Method in class org.jsimpledb.cli.cmd.HelpCommand
 
getSessionModes() - Method in class org.jsimpledb.cli.cmd.ImportCommand
 
getSessionModes() - Method in class org.jsimpledb.cli.cmd.InfoCommand
 
getSessionModes() - Method in class org.jsimpledb.cli.cmd.KVGetCommand
 
getSessionModes() - Method in class org.jsimpledb.cli.cmd.KVLoadCommand
 
getSessionModes() - Method in class org.jsimpledb.cli.cmd.KVPutCommand
 
getSessionModes() - Method in class org.jsimpledb.cli.cmd.KVRemoveCommand
 
getSessionModes() - Method in class org.jsimpledb.cli.cmd.KVSaveCommand
 
getSessionModes() - Method in class org.jsimpledb.cli.cmd.QuitCommand
 
getSessionModes() - Method in class org.jsimpledb.cli.cmd.RegisterCommandCommand
 
getSessionModes() - Method in class org.jsimpledb.cli.cmd.RegisterFunctionCommand
 
getSessionModes() - Method in class org.jsimpledb.cli.cmd.SetHistoryFileCommand
 
getSessionModes() - Method in class org.jsimpledb.cli.cmd.SetSessionModeCommand
 
getSessionModes() - Method in class org.jsimpledb.cli.cmd.SetValidationModeCommand
 
getSessionModes() - Method in class org.jsimpledb.cli.cmd.ShowImportsCommand
 
getSessionModes() - Method in class org.jsimpledb.cli.cmd.ShowVariablesCommand
 
getSessionModes() - Method in class org.jsimpledb.cli.func.PrintFunction
 
getSessionModes() - Method in class org.jsimpledb.cli.func.SessionFunction
 
getTerminal() - Static method in class org.jsimpledb.cli.Console
Get the Terminal instance appropriate for this operating system.
getTypeName() - Method in class org.jsimpledb.cli.ParamParser.Param
 
getUsage() - Method in class org.jsimpledb.cli.cmd.AbstractCommand
Get command usage string.
getUsage() - Method in interface org.jsimpledb.cli.cmd.Command
Get command usage string.
getUsage() - Method in class org.jsimpledb.cli.func.DumpFunction
 
getUsage() - Method in class org.jsimpledb.cli.func.PrintFunction
 
getUsage() - Method in class org.jsimpledb.cli.func.SessionFunction
 
getUsage(String) - Method in class org.jsimpledb.cli.ParamParser
Build a usage summary string.
getWriter() - Method in class org.jsimpledb.cli.CliSession
Get the output PrintWriter for this CLI session.

H

HelpCommand - Class in org.jsimpledb.cli.cmd
 
HelpCommand(CliSession) - Constructor for class org.jsimpledb.cli.cmd.HelpCommand
 
HEXBYTES_PATTERN - Static variable in class org.jsimpledb.cli.cmd.AbstractKVCommand
Matches hexadecimal byte strings.

I

ImportCommand - Class in org.jsimpledb.cli.cmd
 
ImportCommand() - Constructor for class org.jsimpledb.cli.cmd.ImportCommand
 
InfoCommand - Class in org.jsimpledb.cli.cmd
 
InfoCommand() - Constructor for class org.jsimpledb.cli.cmd.InfoCommand
 
isDone() - Method in class org.jsimpledb.cli.CliSession
 
isOption() - Method in class org.jsimpledb.cli.ParamParser.Param
 
isVerbose() - Method in class org.jsimpledb.cli.CliSession
 

K

KVGetCommand - Class in org.jsimpledb.cli.cmd
 
KVGetCommand() - Constructor for class org.jsimpledb.cli.cmd.KVGetCommand
 
KVLoadCommand - Class in org.jsimpledb.cli.cmd
 
KVLoadCommand() - Constructor for class org.jsimpledb.cli.cmd.KVLoadCommand
 
KVPutCommand - Class in org.jsimpledb.cli.cmd
 
KVPutCommand() - Constructor for class org.jsimpledb.cli.cmd.KVPutCommand
 
KVRemoveCommand - Class in org.jsimpledb.cli.cmd
 
KVRemoveCommand() - Constructor for class org.jsimpledb.cli.cmd.KVRemoveCommand
 
KVSaveCommand - Class in org.jsimpledb.cli.cmd
 
KVSaveCommand() - Constructor for class org.jsimpledb.cli.cmd.KVSaveCommand
 

L

LoadCommand - Class in org.jsimpledb.cli.cmd
 
LoadCommand() - Constructor for class org.jsimpledb.cli.cmd.LoadCommand
 
loadCommandsFromClasspath() - Method in class org.jsimpledb.cli.CliSession
Scan the classpath for Commands and register them.
log - Variable in class org.jsimpledb.cli.cmd.AbstractCommand
 
log - Variable in class org.jsimpledb.cli.Console
 

N

name - Variable in class org.jsimpledb.cli.cmd.AbstractCommand
 

O

org.jsimpledb.cli - package org.jsimpledb.cli
JSimpleDB Command Line Interface (CLI) classes.
org.jsimpledb.cli.cmd - package org.jsimpledb.cli.cmd
JSimpleDB CLI Command related classes, including pre-defined commands.
org.jsimpledb.cli.func - package org.jsimpledb.cli.func
JSimpleDB CLI pre-defined Functions.

P

paramParser - Variable in class org.jsimpledb.cli.cmd.AbstractCommand
 
ParamParser - Class in org.jsimpledb.cli
Parses command line parameters, including optional flags, based on a specification string.
ParamParser(String) - Constructor for class org.jsimpledb.cli.ParamParser
 
ParamParser.Param - Class in org.jsimpledb.cli
Represents one parsed parameter specification.
ParamParser.Param(String) - Constructor for class org.jsimpledb.cli.ParamParser.Param
 
parse(ParseSession, ParseContext, boolean) - Method in class org.jsimpledb.cli.cmd.AbstractCommand
parse(ParseSession, ParseContext, boolean) - Method in class org.jsimpledb.cli.CommandListParser
Parse one or more commands and return the CliSession.Actions corresponding to the parsed commands.
parse(ParseSession, ParseContext, boolean) - Method in class org.jsimpledb.cli.CommandParser
Parse a command and return the corresponding CliSession.Action.
parse(ParseSession, ParseContext, boolean) - Method in class org.jsimpledb.cli.ParamParser
Parse command line parameters.
parseCommand(String) - Method in class org.jsimpledb.cli.Console
Parse the given command(s).
performCliSessionAction(CliSession.Action) - Method in class org.jsimpledb.cli.CliSession
Perform the given action in the context of this session.
performCliSessionActionWithCurrentTransaction(CliSession.Action) - Method in class org.jsimpledb.cli.CliSession
Associate the current JTransaction with this instance, if not already associated, while performing the given action.
PrintFunction - Class in org.jsimpledb.cli.func
 
PrintFunction() - Constructor for class org.jsimpledb.cli.func.PrintFunction
 

Q

QuitCommand - Class in org.jsimpledb.cli.cmd
 
QuitCommand() - Constructor for class org.jsimpledb.cli.cmd.QuitCommand
 

R

registerCommand(Command) - Method in class org.jsimpledb.cli.CliSession
Register the given Command.
RegisterCommandCommand - Class in org.jsimpledb.cli.cmd
 
RegisterCommandCommand() - Constructor for class org.jsimpledb.cli.cmd.RegisterCommandCommand
 
RegisterFunctionCommand - Class in org.jsimpledb.cli.cmd
 
RegisterFunctionCommand() - Constructor for class org.jsimpledb.cli.cmd.RegisterFunctionCommand
 
reportException(Exception) - Method in class org.jsimpledb.cli.CliSession
 
run(CliSession) - Method in interface org.jsimpledb.cli.CliSession.Action
Perform some action using the given CliSession while a transaction is open.
run(CliSession) - Method in class org.jsimpledb.cli.cmd.EvalCommand.EvalAction
 
run(CliSession) - Method in class org.jsimpledb.cli.cmd.InfoCommand
 
run(CliSession) - Method in class org.jsimpledb.cli.cmd.QuitCommand
 
run(CliSession) - Method in class org.jsimpledb.cli.cmd.ShowImportsCommand
 
run(CliSession) - Method in class org.jsimpledb.cli.cmd.ShowVariablesCommand
 
run() - Method in class org.jsimpledb.cli.Console
Run this instance.
runNonInteractive(Reader, String) - Method in class org.jsimpledb.cli.Console
Run this instance in non-interactive (or "batch") mode on the given input.

S

SaveCommand - Class in org.jsimpledb.cli.cmd
 
SaveCommand() - Constructor for class org.jsimpledb.cli.cmd.SaveCommand
 
session - Variable in class org.jsimpledb.cli.Console
 
SessionFunction - Class in org.jsimpledb.cli.func
 
SessionFunction() - Constructor for class org.jsimpledb.cli.func.SessionFunction
 
SetAllowNewSchemaCommand - Class in org.jsimpledb.cli.cmd
 
SetAllowNewSchemaCommand() - Constructor for class org.jsimpledb.cli.cmd.SetAllowNewSchemaCommand
 
setDone(boolean) - Method in class org.jsimpledb.cli.CliSession
 
setErrorMessagePrefix(String) - Method in class org.jsimpledb.cli.CliSession
Set prefix for error messages.
setHistoryFile(File) - Method in class org.jsimpledb.cli.Console
Set/update the command history file.
SetHistoryFileCommand - Class in org.jsimpledb.cli.cmd
 
SetHistoryFileCommand() - Constructor for class org.jsimpledb.cli.cmd.SetHistoryFileCommand
 
setLineLimit(int) - Method in class org.jsimpledb.cli.CliSession
 
SetSchemaVersionCommand - Class in org.jsimpledb.cli.cmd
 
SetSchemaVersionCommand() - Constructor for class org.jsimpledb.cli.cmd.SetSchemaVersionCommand
 
SetSessionModeCommand - Class in org.jsimpledb.cli.cmd
 
SetSessionModeCommand() - Constructor for class org.jsimpledb.cli.cmd.SetSessionModeCommand
 
SetValidationModeCommand - Class in org.jsimpledb.cli.cmd
 
SetValidationModeCommand() - Constructor for class org.jsimpledb.cli.cmd.SetValidationModeCommand
 
setVerbose(boolean) - Method in class org.jsimpledb.cli.CliSession
 
SetVerboseCommand - Class in org.jsimpledb.cli.cmd
 
SetVerboseCommand() - Constructor for class org.jsimpledb.cli.cmd.SetVerboseCommand
 
ShowAllSchemasCommand - Class in org.jsimpledb.cli.cmd
 
ShowAllSchemasCommand() - Constructor for class org.jsimpledb.cli.cmd.ShowAllSchemasCommand
 
ShowImportsCommand - Class in org.jsimpledb.cli.cmd
 
ShowImportsCommand() - Constructor for class org.jsimpledb.cli.cmd.ShowImportsCommand
 
ShowSchemaCommand - Class in org.jsimpledb.cli.cmd
 
ShowSchemaCommand() - Constructor for class org.jsimpledb.cli.cmd.ShowSchemaCommand
 
showStackTrace(Exception) - Method in class org.jsimpledb.cli.CliSession
 
ShowVariablesCommand - Class in org.jsimpledb.cli.cmd
 
ShowVariablesCommand() - Constructor for class org.jsimpledb.cli.cmd.ShowVariablesCommand
 
SimpleCliFunction - Class in org.jsimpledb.cli.func
CLI extension of SimpleFunction.
SimpleCliFunction(String, int, int) - Constructor for class org.jsimpledb.cli.func.SimpleCliFunction
Constructor.

T

toCString(byte[]) - Static method in class org.jsimpledb.cli.cmd.AbstractKVCommand
Convert a byte[] array into a double-quoted C-string representation, surrounded by double quotes, with non-ASCII bytes, double-quotes, and backslashes escaped with a backslash.
toString() - Method in class org.jsimpledb.cli.ParamParser.Param
 
A C D E F G H I K L N O P Q R S T 

Copyright © 2016. All rights reserved.