public PlanExecutor<P extends Plan<?>>
| Modifier and Type | Method and Description |
|---|---|
void |
execute(P plan) |
<T> java.util.List<T> |
execute(P plan,
java.lang.Class<T> cls) |
java.lang.String |
executeScalar(P plan) |
<T> T |
executeScalar(P plan,
java.lang.Class<T> cls) |