Uses of Class
sqlline.SqlLine
-
-
Uses of SqlLine in sqlline
Methods in sqlline with parameters of type SqlLine Modifier and Type Method 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.Constructors in sqlline with parameters of type SqlLine Constructor Description AbstractCommandHandler(SqlLine sqlLine, String[] names, String helpText, List<org.jline.reader.Completer> completers)
AbstractOutputFormat(SqlLine sqlLine)
JsonOutputFormat(SqlLine sqlLine)
ReflectiveCommandHandler(SqlLine sqlLine, List<org.jline.reader.Completer> completers, String... cmds)
ReflectiveCommandHandler(SqlLine sqlLine, org.jline.reader.Completer completer, String... cmds)
SqlLineHighlighter(SqlLine sqlLine)
SqlLineOpts(SqlLine sqlLine)
SqlLineOpts(SqlLine sqlLine, Properties props)
SqlLineParser(SqlLine sqlLine)
-