Interface Operation
- All Known Subinterfaces:
QueryOperation
Covers all sort of Table operations such as queries(DQL), modifications(DML), definitions(DDL),
or control actions(DCL). This is the output of
Planner.getParser() and Parser.parse(String).- See Also:
-
QueryOperationModifyOperation
-
Method Summary
Modifier and TypeMethodDescriptionReturns a string that summarizes this operation for printing to a console.
-
Method Details
-
asSummaryString
String asSummaryString()Returns a string that summarizes this operation for printing to a console. An implementation might skip very specific properties.- Returns:
- summary string of this operation for debugging purposes
-