Class Printer.InitializationCommandPrinter
- java.lang.Object
-
- org.apache.flink.table.client.cli.Printer.InitializationCommandPrinter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.flink.table.client.cli.Printer
Printer.ClearCommandPrinter, Printer.HelpCommandPrinter, Printer.InitializationCommandPrinter, Printer.QuitCommandPrinter, Printer.StatementResultPrinter
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
Close the resource of thePrinter
.boolean
isQuitCommand()
Flag to determine whether to quit the process.void
print(org.jline.terminal.Terminal terminal)
Print the results to the terminal.
-
-
-
Method Detail
-
isQuitCommand
public boolean isQuitCommand()
Description copied from interface:Printer
Flag to determine whether to quit the process.- Specified by:
isQuitCommand
in interfacePrinter
-
print
public void print(org.jline.terminal.Terminal terminal)
Description copied from interface:Printer
Print the results to the terminal.
-
-