Class Printer.InitializationCommandPrinter
java.lang.Object
org.apache.flink.table.client.cli.Printer.InitializationCommandPrinter
- All Implemented Interfaces:
Closeable,AutoCloseable,Printer
- Enclosing interface:
- Printer
Printer prints the initialization command results.
-
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
-
Method Details
-
isQuitCommand
public boolean isQuitCommand()Description copied from interface:PrinterFlag to determine whether to quit the process.- Specified by:
isQuitCommandin interfacePrinter
-
print
public void print(org.jline.terminal.Terminal terminal) Description copied from interface:PrinterPrint the results to the terminal. -
close
public void close()Description copied from interface:PrinterClose the resource of thePrinter.
-