Uses of Class
org.apache.calcite.avatica.proto.Common.Rep
-
Packages that use Common.Rep Package Description org.apache.calcite.avatica Avatica JDBC framework.org.apache.calcite.avatica.proto org.apache.calcite.avatica.remote JDBC driver that uses remote procedure calls. -
-
Uses of Common.Rep in org.apache.calcite.avatica
Methods in org.apache.calcite.avatica that return Common.Rep Modifier and Type Method Description Common.RepColumnMetaData.Rep. toProto()Methods in org.apache.calcite.avatica with parameters of type Common.Rep Modifier and Type Method Description static ColumnMetaData.RepColumnMetaData.Rep. fromProto(Common.Rep proto) -
Uses of Common.Rep in org.apache.calcite.avatica.proto
Fields in org.apache.calcite.avatica.proto declared as Common.Rep Modifier and Type Field Description private static Common.Rep[]Common.Rep. VALUESFields in org.apache.calcite.avatica.proto with type parameters of type Common.Rep Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<Common.Rep>Common.Rep. internalValueMapMethods in org.apache.calcite.avatica.proto that return Common.Rep Modifier and Type Method Description static Common.RepCommon.Rep. forNumber(int value)Common.RepCommon.TypedValue.Builder. getComponentType()If an Array, the representation for the array valuesCommon.RepCommon.TypedValue. getComponentType()If an Array, the representation for the array valuesCommon.RepCommon.TypedValueOrBuilder. getComponentType()If an Array, the representation for the array valuesCommon.RepCommon.AvaticaType.Builder. getRep().Rep rep = 3;Common.RepCommon.AvaticaType. getRep().Rep rep = 3;Common.RepCommon.AvaticaTypeOrBuilder. getRep().Rep rep = 3;Common.RepCommon.TypedValue.Builder. getType()The actual type that was serialized in the general attribute belowCommon.RepCommon.TypedValue. getType()The actual type that was serialized in the general attribute belowCommon.RepCommon.TypedValueOrBuilder. getType()The actual type that was serialized in the general attribute belowstatic Common.RepCommon.Rep. valueOf(int value)Deprecated.static Common.RepCommon.Rep. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Common.RepCommon.Rep. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Common.Rep[]Common.Rep. 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.Rep Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Common.Rep>Common.Rep. internalGetValueMap()Methods in org.apache.calcite.avatica.proto with parameters of type Common.Rep Modifier and Type Method Description Common.TypedValue.BuilderCommon.TypedValue.Builder. setComponentType(Common.Rep value)If an Array, the representation for the array valuesCommon.AvaticaType.BuilderCommon.AvaticaType.Builder. setRep(Common.Rep value).Rep rep = 3;Common.TypedValue.BuilderCommon.TypedValue.Builder. setType(Common.Rep value)The actual type that was serialized in the general attribute below -
Uses of Common.Rep in org.apache.calcite.avatica.remote
Methods in org.apache.calcite.avatica.remote that return Common.Rep Modifier and Type Method Description static Common.RepTypedValue. toProto(Common.TypedValue.Builder builder, java.lang.Object o)Writes the given object into the Protobuf representation of a TypedValue.Methods in org.apache.calcite.avatica.remote with parameters of type Common.Rep Modifier and Type Method Description (package private) Common.TypedValueTypedValue. serializeArray(java.util.List<java.lang.Object> list, Common.TypedValue.Builder builder, Common.Rep protoArrayComponentRep)private static voidTypedValue. writeToProtoWithType(Common.TypedValue.Builder builder, java.lang.Object o, Common.Rep type)
-