| Interface | Description |
|---|---|
| Printer |
Printer to print the results to the terminal.
|
| Class | Description |
|---|---|
| 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 |
A mock
OutputStream for testing. |
| Enum | Description |
|---|---|
| CliChangelogResultView.ResultChangelogOperation |
Available operations for this view.
|
| CliClient.ExecutionMode |
Mode of the execution.
|
| CliInputView.InputOperation |
Available operations for this view.
|
| CliRowView.RowOperation |
Available operations for this view.
|
| CliTableResultView.ResultTableOperation |
Available operations for this view.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.