Package com.c8db.entity
Class C8qlExecutionExplainEntity
- java.lang.Object
-
- com.c8db.entity.C8qlExecutionExplainEntity
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classC8qlExecutionExplainEntity.ExecutionCollectionstatic classC8qlExecutionExplainEntity.ExecutionExpressionstatic classC8qlExecutionExplainEntity.ExecutionNodestatic classC8qlExecutionExplainEntity.ExecutionPlanstatic classC8qlExecutionExplainEntity.ExecutionStatsstatic classC8qlExecutionExplainEntity.ExecutionVariable
-
Constructor Summary
Constructors Constructor Description C8qlExecutionExplainEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetCacheable()C8qlExecutionExplainEntity.ExecutionPlangetPlan()Collection<C8qlExecutionExplainEntity.ExecutionPlan>getPlans()C8qlExecutionExplainEntity.ExecutionStatsgetStats()Collection<String>getWarnings()
-
-
-
Method Detail
-
getPlan
public C8qlExecutionExplainEntity.ExecutionPlan getPlan()
-
getPlans
public Collection<C8qlExecutionExplainEntity.ExecutionPlan> getPlans()
-
getWarnings
public Collection<String> getWarnings()
-
getStats
public C8qlExecutionExplainEntity.ExecutionStats getStats()
-
getCacheable
public Boolean getCacheable()
-
-