Uses of Class
com.yandex.ydb.table.values.PrimitiveType.Id
-
Packages that use PrimitiveType.Id Package Description com.yandex.ydb.table.values -
-
Uses of PrimitiveType.Id in com.yandex.ydb.table.values
Methods in com.yandex.ydb.table.values that return PrimitiveType.Id Modifier and Type Method Description PrimitiveType.IdPrimitiveType. getId()static PrimitiveType.IdPrimitiveType.Id. valueOf(String name)Returns the enum constant of this type with the specified name.static PrimitiveType.Id[]PrimitiveType.Id. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.yandex.ydb.table.values with parameters of type PrimitiveType.Id Modifier and Type Method Description static PrimitiveTypePrimitiveType. of(PrimitiveType.Id id)
-