| 程序包 | 说明 |
|---|---|
| org.h2.util |
Internal utility classes.
|
| org.h2.value |
Data type and value implementations.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static ValueUuid |
JdbcUtils.deserializeUuid(byte[] data)
De-serialize the byte array to a UUID object.
|
static ValueUuid |
JdbcUtils.deserializeUuid(byte[] data)
De-serialize the byte array to a UUID object.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ValueUuid |
Value.convertToUuid()
Converts this value to a UUID value.
|
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(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 |
ValueUuid.get(long high,
long low)
Get or create a UUID for the given high and low order values.
|
static ValueUuid |
ValueUuid.get(String s)
Get or create a UUID for the given text representation.
|
static ValueUuid |
ValueUuid.get(String s)
Get or create a UUID for the given text representation.
|
static ValueUuid |
ValueUuid.get(UUID uuid)
Get or create a UUID for the given Java UUID.
|
static ValueUuid |
ValueUuid.get(UUID uuid)
Get or create a UUID for the given Java UUID.
|
static ValueUuid |
ValueUuid.getNewRandom()
Create a new UUID using the pseudo random number generator.
|
static ValueUuid |
ValueUuid.getNewRandom()
Create a new UUID using the pseudo random number generator.
|
Copyright © 2022. All rights reserved.