All Classes

Class Description
AbstractCommandHandler
An abstract implementation of CommandHandler.
AbstractOutputFormat
Abstract OutputFormat.
AnsiConsoleOutputFormat
OutputFormat for a table-like but borderless format.
Application
Defines the configuration of a SQLLine application.
BuiltInDialect
Pre-defined one-line comments, sql identifier quotes for different databases.
BuiltInProperty
Built-in properties of SqlLine.
BuiltInTableOutputFormatStyles  
ClassNameCompleter
An implementation of Completer that completes java class names.
CommandHandler
A generic command to be executed.
Commands
Collection of available commands.
ConnectionCompleter
Suggests completions for connection names.
ConnectionMetadata
Provides information about database connection and its metadata without exposing internal API.
DispatchCallback
Callback.
DriverInfo
Description of a JDBC driver.
HighlightStyle
Class to specify colors and styles while highlighting.
JsonOutputFormat
Implementation of OutputFormat that formats rows as JSON.
OutputFile
Output file.
OutputFormat
Converts a collection of rows into text.
PromptHandler
Default prompt handler class which allows customization for the prompt shown at the start of each line.
ReflectiveCommandHandler
A CommandHandler implementation that uses reflection to determine the method to dispatch the command.
SqlLine
A console SQL shell with command completion.
SqlLine.Status
Exit status returned to the operating system.
SqlLineExpander
SQLLine expander class for live templates.
SqlLineHighlighter
Highlighter class to implement logic of sql and command syntax highlighting in sqlline.
SqlLineOpts
Session options.
SqlLineParser
SqlLineParser implements multi-line for sql, !sql, !all while it's not ended with a non-commented ';'.
SqlLineParser.SqlParserState  
SqlLineProperty
Definition of property that may be specified for SqlLine.
SqlLineProperty.Type
Data type of property.
SqlLineProperty.Writer
Property writer.
SqlLineSignalHandler
A signal handler for SQLLine that interprets Ctrl-C as a request to cancel the currently executing query.