Uses of Class
sqlline.SqlLine
-
-
Uses of SqlLine in sqlline
Methods in sqlline with parameters of type SqlLine Modifier and Type Method Description java.util.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.java.util.Map<java.lang.String,OutputFormat>
Application. getOutputFormats(SqlLine sqlLine)
Override this method to modify known output formats implementations.PromptHandler
Application. getPromptHandler(SqlLine sqlLine)
Constructors in sqlline with parameters of type SqlLine Constructor Description AbstractCommandHandler(SqlLine sqlLine, java.lang.String[] names, java.lang.String helpText, java.util.List<org.jline.reader.Completer> completers)
AbstractOutputFormat(SqlLine sqlLine)
ConnectionMetadata(SqlLine sqlLine)
JsonOutputFormat(SqlLine sqlLine)
PromptHandler(SqlLine sqlLine)
ReflectiveCommandHandler(SqlLine sqlLine, java.util.List<org.jline.reader.Completer> completers, java.lang.String... cmds)
ReflectiveCommandHandler(SqlLine sqlLine, org.jline.reader.Completer completer, java.lang.String... cmds)
SqlLineHighlighter(SqlLine sqlLine)
SqlLineOpts(SqlLine sqlLine)
SqlLineOpts(SqlLine sqlLine, java.util.Properties props)
SqlLineParser(SqlLine sqlLine)
-