Package sqlline
Class PromptHandler
- java.lang.Object
-
- sqlline.PromptHandler
-
public class PromptHandler extends java.lang.Object
Default prompt handler class which allows customization for the prompt shown at the start of each line.This class can be extended to allow customizations for: default prompt, prompt or right prompt.
-
-
Constructor Summary
Constructors Constructor Description PromptHandler(SqlLine sqlLine)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jline.utils.AttributedString
getPrompt()
org.jline.utils.AttributedString
getRightPrompt()
-
-
-
Constructor Detail
-
PromptHandler
public PromptHandler(SqlLine sqlLine)
-
-