Interface CachedPlan
- All Known Implementing Classes:
DQLCachedPlan
@Internal
public interface CachedPlan
SQL execution plan cache.
-
Method Summary
Modifier and TypeMethodDescriptionReturn the cached operation parsed from the statement.
-
Method Details
-
getOperation
Operation getOperation()Return the cached operation parsed from the statement.
-