Modifier and Type | Method and Description |
---|---|
Collection<CommandHandler> |
Application.getCommandHandlers(SqlLine sqlLine)
Override this method to modify supported commands.
|
SqlLineOpts |
Application.getOpts(SqlLine sqlLine)
Override this method to modify session options.
|
Map<String,OutputFormat> |
Application.getOutputFormats(SqlLine sqlLine)
Override this method to modify known output formats implementations.
|
Constructor and Description |
---|
AbstractCommandHandler(SqlLine sqlLine,
String[] names,
String helpText,
List<jline.console.completer.Completer> completers) |
AbstractOutputFormat(SqlLine sqlLine) |
JsonOutputFormat(SqlLine sqlLine) |
ReflectiveCommandHandler(SqlLine sqlLine,
jline.console.completer.Completer completer,
String... cmds) |
ReflectiveCommandHandler(SqlLine sqlLine,
List<jline.console.completer.Completer> completers,
String... cmds) |
SqlLineOpts(SqlLine sqlLine) |
SqlLineOpts(SqlLine sqlLine,
Properties props) |
Copyright © 2002–2018 Julian Hyde. All rights reserved.