Interface | Description |
---|---|
CommandHandler |
A generic command to be executed.
|
OutputFormat |
Converts a collection of rows into text.
|
SqlLineSignalHandler |
A signal handler interface for SQLLine.
|
Class | Description |
---|---|
AbstractCommandHandler |
An abstract implementation of CommandHandler.
|
AbstractOutputFormat |
Abstract OutputFormat.
|
Application |
Defines the configuration of a SQLLine application.
|
ClassNameCompleter |
An implementation of
Completer that completes
java class names. |
Commands |
Collection of available commands.
|
DispatchCallback |
Callback.
|
DriverInfo |
Description of a JDBC driver.
|
JsonOutputFormat |
Implementation of
OutputFormat that formats rows as JSON. |
OutputFile |
Output file.
|
ReflectiveCommandHandler |
A
CommandHandler implementation that
uses reflection to determine the method to dispatch the command. |
SqlLine |
A console SQL shell with command completion.
|
SqlLineOpts |
Session options.
|
Enum | Description |
---|---|
SqlLine.Status |
Exit status returned to the operating system.
|
Copyright © 2002–2018 Julian Hyde. All rights reserved.