Interface ExecutablePlanPrinter
- All Known Implementing Classes:
TextBasedExecutablePlanPrinterImpl
public interface ExecutablePlanPrinter
Implementations of this interface provide the functionality
to print executable plans in some way.
-
Method Summary
Modifier and TypeMethodDescriptionvoidprint(ExecutablePlan plan) Prints the given plan to the stream(s) that are stored in this printer.voidprint(ExecutablePlan plan, PrintStream out) Prints the given plan to the given stream.
-
Method Details
-
print
Prints the given plan to the given stream. -
print
Prints the given plan to the stream(s) that are stored in this printer.
-