Package org.hotrod.torcs.plan
Interface PlanRetriever
-
- All Known Implementing Classes:
ApacheDerbyPlanRetriever,DB2PlanRetriever,H2PlanRetriever,HyperSQLPlanRetriever,MariaDBPlanRetriever,MySQLPlanRetriever,OraclePlanRetriever,PostgreSQLPlanRetriever,SQLServerPlanRetriever,SybaseASEPlanRetriever
public interface PlanRetriever
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default StringgetEstimatedExecutionPlan(QueryExecution execution)StringgetEstimatedExecutionPlan(QueryExecution execution, int format)
-
-
-
Method Detail
-
getEstimatedExecutionPlan
default String getEstimatedExecutionPlan(QueryExecution execution) throws SQLException
- Throws:
SQLException
-
getEstimatedExecutionPlan
String getEstimatedExecutionPlan(QueryExecution execution, int format) throws SQLException
- Throws:
SQLException
-
-