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 ValueUuid
JdbcUtils.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 ValueUuid
Value.convertToUuid()
Converts this value to a UUID value.static ValueUuid
ValueUuid.get
(byte[] binary) Get or create a UUID for the given 16 bytes.static ValueUuid
ValueUuid.get
(long high, long low) Get or create a UUID for the given high and low order values.static ValueUuid
Get or create a UUID for the given text representation.static ValueUuid
Get or create a UUID for the given Java UUID.static ValueUuid
ValueUuid.getNewRandom()
Create a new UUID using the pseudo random number generator.