Interface CachedPlan
-
- All Known Implementing Classes:
DQLCachedPlan
@Internal public interface CachedPlanSQL execution plan cache.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OperationgetOperation()Return the cached operation parsed from the statement.
-
-
-
Method Detail
-
getOperation
Operation getOperation()
Return the cached operation parsed from the statement.
-
-