Uses of Class
org.apache.calcite.avatica.proto.Common.CursorFactory.Style
-
Packages that use Common.CursorFactory.Style Package Description org.apache.calcite.avatica Avatica JDBC framework.org.apache.calcite.avatica.proto -
-
Uses of Common.CursorFactory.Style in org.apache.calcite.avatica
Methods in org.apache.calcite.avatica that return Common.CursorFactory.Style Modifier and Type Method Description Common.CursorFactory.StyleMeta.Style. toProto()Methods in org.apache.calcite.avatica with parameters of type Common.CursorFactory.Style Modifier and Type Method Description static Meta.StyleMeta.Style. fromProto(Common.CursorFactory.Style proto) -
Uses of Common.CursorFactory.Style in org.apache.calcite.avatica.proto
Fields in org.apache.calcite.avatica.proto declared as Common.CursorFactory.Style Modifier and Type Field Description private static Common.CursorFactory.Style[]Common.CursorFactory.Style. VALUESFields in org.apache.calcite.avatica.proto with type parameters of type Common.CursorFactory.Style Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<Common.CursorFactory.Style>Common.CursorFactory.Style. internalValueMapMethods in org.apache.calcite.avatica.proto that return Common.CursorFactory.Style Modifier and Type Method Description static Common.CursorFactory.StyleCommon.CursorFactory.Style. forNumber(int value)Common.CursorFactory.StyleCommon.CursorFactory.Builder. getStyle().CursorFactory.Style style = 1;Common.CursorFactory.StyleCommon.CursorFactory. getStyle().CursorFactory.Style style = 1;Common.CursorFactory.StyleCommon.CursorFactoryOrBuilder. getStyle().CursorFactory.Style style = 1;static Common.CursorFactory.StyleCommon.CursorFactory.Style. valueOf(int value)Deprecated.static Common.CursorFactory.StyleCommon.CursorFactory.Style. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Common.CursorFactory.StyleCommon.CursorFactory.Style. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Common.CursorFactory.Style[]Common.CursorFactory.Style. 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.CursorFactory.Style Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Common.CursorFactory.Style>Common.CursorFactory.Style. internalGetValueMap()Methods in org.apache.calcite.avatica.proto with parameters of type Common.CursorFactory.Style Modifier and Type Method Description Common.CursorFactory.BuilderCommon.CursorFactory.Builder. setStyle(Common.CursorFactory.Style value).CursorFactory.Style style = 1;
-