Uses of Class
com.salesforce.hyperdb.grpc.SqlType.TypeTag
-
Packages that use SqlType.TypeTag Package Description com.salesforce.hyperdb.grpc -
-
Uses of SqlType.TypeTag in com.salesforce.hyperdb.grpc
Methods in com.salesforce.hyperdb.grpc that return SqlType.TypeTag Modifier and Type Method Description static SqlType.TypeTagSqlType.TypeTag. forNumber(int value)SqlType.TypeTagSqlType.Builder. getTag().salesforce.hyperdb.grpc.v1.SqlType.TypeTag tag = 1;SqlType.TypeTagSqlType. getTag().salesforce.hyperdb.grpc.v1.SqlType.TypeTag tag = 1;SqlType.TypeTagSqlTypeOrBuilder. getTag().salesforce.hyperdb.grpc.v1.SqlType.TypeTag tag = 1;static SqlType.TypeTagSqlType.TypeTag. valueOf(int value)Deprecated.static SqlType.TypeTagSqlType.TypeTag. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static SqlType.TypeTagSqlType.TypeTag. valueOf(String name)Returns the enum constant of this type with the specified name.static SqlType.TypeTag[]SqlType.TypeTag. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.salesforce.hyperdb.grpc that return types with arguments of type SqlType.TypeTag Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<SqlType.TypeTag>SqlType.TypeTag. internalGetValueMap()Methods in com.salesforce.hyperdb.grpc with parameters of type SqlType.TypeTag Modifier and Type Method Description SqlType.BuilderSqlType.Builder. setTag(SqlType.TypeTag value).salesforce.hyperdb.grpc.v1.SqlType.TypeTag tag = 1;
-