Uses of Interface
sqlline.CommandHandler
-
-
Uses of CommandHandler in sqlline
Classes in sqlline that implement CommandHandler Modifier and Type Class Description class
AbstractCommandHandler
An abstract implementation of CommandHandler.class
ReflectiveCommandHandler
ACommandHandler
implementation that uses reflection to determine the method to dispatch the command.Methods in sqlline that return types with arguments of type CommandHandler Modifier and Type Method Description java.util.Collection<CommandHandler>
Application. getCommandHandlers(SqlLine sqlLine)
Override this method to modify supported commands.java.util.Collection<CommandHandler>
SqlLine. getCommandHandlers()
Method parameters in sqlline with type arguments of type CommandHandler Modifier and Type Method Description void
SqlLine. updateCommandHandlers(java.util.Collection<CommandHandler> commandHandlers)
-