Uses of Class
org.h2.value.ValueUuid

Packages that use ValueUuid
org.h2.value Data type and value implementations. 
 

Uses of ValueUuid in org.h2.value
 

Methods in org.h2.value that return ValueUuid
static ValueUuid ValueUuid.get(byte[] binary)
          Get or create a UUID for the given 32 bytes.
static ValueUuid ValueUuid.get(long high, long low)
          Get or create a UUID for the given high and low order values.
static ValueUuid ValueUuid.get(java.lang.String s)
          Get or create a UUID for the given text representation.
static ValueUuid ValueUuid.getNewRandom()
          Create a new UUID using the pseudo random number generator.