|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |