Uses of Class
org.h2.value.ValueUuid
Packages that use ValueUuid
Package
Description
Internal utility classes.
Data type and value implementations.
-
Uses of ValueUuid in org.h2.util
Methods in org.h2.util that return ValueUuidModifier and TypeMethodDescriptionstatic ValueUuidJdbcUtils.deserializeUuid(byte[] data) De-serialize the byte array to a UUID object. -
Uses of ValueUuid in org.h2.value
Methods in org.h2.value that return ValueUuidModifier and TypeMethodDescriptionfinal ValueUuidValue.convertToUuid()Converts this value to a UUID value.static ValueUuidValueUuid.get(byte[] binary) Get or create a UUID for the given 16 bytes.static ValueUuidValueUuid.get(long high, long low) Get or create a UUID for the given high and low order values.static ValueUuidGet or create a UUID for the given text representation.static ValueUuidGet or create a UUID for the given Java UUID.static ValueUuidValueUuid.getNewRandom()Create a new UUID using the pseudo random number generator.