Uses of Interface
com.ocient.jdbc.proto.PlanProtocol.StatsColInfoOrBuilder
-
Packages that use PlanProtocol.StatsColInfoOrBuilder Package Description com.ocient.jdbc.proto -
-
Uses of PlanProtocol.StatsColInfoOrBuilder in com.ocient.jdbc.proto
Classes in com.ocient.jdbc.proto that implement PlanProtocol.StatsColInfoOrBuilder Modifier and Type Class Description static classPlanProtocol.StatsColInfoColumn info used for stats requestsstatic classPlanProtocol.StatsColInfo.BuilderColumn info used for stats requestsMethods in com.ocient.jdbc.proto that return PlanProtocol.StatsColInfoOrBuilder Modifier and Type Method Description PlanProtocol.StatsColInfoOrBuilderPlanProtocol.StatsTableInfo.Builder. getColumnsOrBuilder(int index)repeated .xg.db.sqlPlans.StatsColInfo columns = 3;PlanProtocol.StatsColInfoOrBuilderPlanProtocol.StatsTableInfo. getColumnsOrBuilder(int index)repeated .xg.db.sqlPlans.StatsColInfo columns = 3;PlanProtocol.StatsColInfoOrBuilderPlanProtocol.StatsTableInfoOrBuilder. getColumnsOrBuilder(int index)repeated .xg.db.sqlPlans.StatsColInfo columns = 3;Methods in com.ocient.jdbc.proto that return types with arguments of type PlanProtocol.StatsColInfoOrBuilder Modifier and Type Method Description List<? extends PlanProtocol.StatsColInfoOrBuilder>PlanProtocol.StatsTableInfo.Builder. getColumnsOrBuilderList()repeated .xg.db.sqlPlans.StatsColInfo columns = 3;List<? extends PlanProtocol.StatsColInfoOrBuilder>PlanProtocol.StatsTableInfo. getColumnsOrBuilderList()repeated .xg.db.sqlPlans.StatsColInfo columns = 3;List<? extends PlanProtocol.StatsColInfoOrBuilder>PlanProtocol.StatsTableInfoOrBuilder. getColumnsOrBuilderList()repeated .xg.db.sqlPlans.StatsColInfo columns = 3;
-