| CliChangelogResultView |
CLI view for retrieving and displaying a changelog stream.
|
| CliClient |
SQL CLI client.
|
| CliInputView |
CLI view for entering a string.
|
| CliOptions |
Command line options to configure the SQL client.
|
| CliOptions.EmbeddedCliOptions |
Command option lines to configure SQL Client in the embedded mode.
|
| CliOptions.GatewayCliOptions |
Command option lines to configure SQL Client in the gateway mode.
|
| CliOptionsParser |
Parser for command line options.
|
| CliResultView<O extends Enum<O>> |
Abstract CLI view for showing results (either as changelog or table).
|
| CliRowView |
CLI view for visualizing a row.
|
| CliStrings |
Utility class that contains all strings for CLI commands and messages.
|
| CliTableauResultView |
Print result in tableau mode.
|
| CliTableResultView |
CLI view for retrieving and displaying a table.
|
| CliUtils |
Utilities for CLI formatting.
|
| CliView<OP extends Enum<OP>,OUT> |
Framework for a CLI view with header, footer, and main part that is scrollable.
|
| Printer.ClearCommandPrinter |
Printer to clear the terminal.
|
| Printer.HelpCommandPrinter |
Printer to print the HELP results.
|
| Printer.InitializationCommandPrinter |
Printer prints the initialization command results.
|
| Printer.QuitCommandPrinter |
Printer to print the QUIT messages.
|
| Printer.StatementResultPrinter |
Printer prints the statement results.
|
| SqlCompleter |
SQL code completer.
|
| TerminalUtils |
Utilities for terminal handling.
|
| TerminalUtils.MockOutputStream |
|