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