public interface SqlTracerExplainInfo
Modifier and Type | Method and Description |
---|---|
ExplainPlanExecutor |
getExplainPlanExecutor()
Return an executor class that can run explain plans for the given (Prepared)Statement.
|
java.lang.Object |
getSql() |
boolean |
hasExplainPlan()
Verify if this SqlTracer has an explain plan associated with it.
|
void |
setExplainPlan(java.lang.Object... explainPlan) |
java.lang.Object getSql()
boolean hasExplainPlan()
void setExplainPlan(java.lang.Object... explainPlan)
ExplainPlanExecutor getExplainPlanExecutor()