All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description AbstractCommandHandler An abstract implementation of CommandHandler.AbstractOutputFormat Abstract OutputFormat.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.ClassNameCompleter An implementation ofCompleter
that completes java class names.CommandHandler A generic command to be executed.Commands Collection of available commands.DispatchCallback Callback.DriverInfo Description of a JDBC driver.HighlightStyle Class to specify colors and styles while highlighting.JsonOutputFormat Implementation ofOutputFormat
that formats rows as JSON.OutputFile Output file.OutputFormat Converts a collection of rows into text.ReflectiveCommandHandler ACommandHandler
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.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 ';'.SqlLineProperty Definition of property that may be specified for SqlLine.SqlLineProperty.Type Data type of property.SqlLineProperty.Writer Property writer.SqlLineSignalHandler A signal handler interface for SQLLine.SunSignalHandler A signal handler for SQLLine which interprets Ctrl+C as a request to cancel the currently executing query.