Class ExplainPlanV3
java.lang.Object
com.gigaspaces.internal.query.explainplan.ExplainPlanImpl
com.gigaspaces.internal.query.explainplan.ExplainPlanV3
- All Implemented Interfaces:
ExplainPlan
ExplainPlan for the JDBC Driver V3
- Since:
- 16.0
- Author:
- Mishel Liberman
-
Field Summary
Fields inherited from class com.gigaspaces.internal.query.explainplan.ExplainPlanImpl
executionType, indexInfoDescCache, plans, query -
Constructor Summary
ConstructorsConstructorDescriptionExplainPlanV3(String tableName, String tableAlias, String[] projectedColumns, boolean distinct) -
Method Summary
Methods inherited from class com.gigaspaces.internal.query.explainplan.ExplainPlanImpl
aggregate, append, append, append, append, append, appendDetailed, appendSummary, fromQueryPacket, getAllPlans, getExecutionType, getOptionDesc, getPlan, reset, setExecutionType
-
Constructor Details
-
ExplainPlanV3
-
-
Method Details
-
toString
- Overrides:
toStringin classExplainPlanImpl
-
getTableName
-
getTableAlias
-
getProjectedColumns
-
isDistinct
public boolean isDistinct()
-