Uses of Class
org.apache.calcite.avatica.proto.Common.StateType
-
Packages that use Common.StateType Package Description org.apache.calcite.avatica Avatica JDBC framework.org.apache.calcite.avatica.proto -
-
Uses of Common.StateType in org.apache.calcite.avatica
Methods in org.apache.calcite.avatica that return Common.StateType Modifier and Type Method Description Common.StateTypeQueryState.StateType. toProto()Methods in org.apache.calcite.avatica with parameters of type Common.StateType Modifier and Type Method Description static QueryState.StateTypeQueryState.StateType. fromProto(Common.StateType protoType) -
Uses of Common.StateType in org.apache.calcite.avatica.proto
Fields in org.apache.calcite.avatica.proto declared as Common.StateType Modifier and Type Field Description private static Common.StateType[]Common.StateType. VALUESFields in org.apache.calcite.avatica.proto with type parameters of type Common.StateType Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<Common.StateType>Common.StateType. internalValueMapMethods in org.apache.calcite.avatica.proto that return Common.StateType Modifier and Type Method Description static Common.StateTypeCommon.StateType. forNumber(int value)Common.StateTypeCommon.QueryState.Builder. getType().StateType type = 1;Common.StateTypeCommon.QueryState. getType().StateType type = 1;Common.StateTypeCommon.QueryStateOrBuilder. getType().StateType type = 1;static Common.StateTypeCommon.StateType. valueOf(int value)Deprecated.static Common.StateTypeCommon.StateType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Common.StateTypeCommon.StateType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Common.StateType[]Common.StateType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.calcite.avatica.proto that return types with arguments of type Common.StateType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Common.StateType>Common.StateType. internalGetValueMap()Methods in org.apache.calcite.avatica.proto with parameters of type Common.StateType Modifier and Type Method Description Common.QueryState.BuilderCommon.QueryState.Builder. setType(Common.StateType value).StateType type = 1;
-