| 程序包 | 说明 |
|---|---|
| org.h2.util |
Internal utility classes.
|
| org.h2.value |
Data type and value implementations.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static ValueTimeTimeZone |
JSR310Utils.offsetTimeToValue(OffsetTime offsetTime)
Converts a OffsetTime to a Value.
|
static ValueTimeTimeZone |
JSR310Utils.offsetTimeToValue(OffsetTime offsetTime)
Converts a OffsetTime to a Value.
|
static ValueTimeTimeZone |
DateTimeUtils.parseTimeWithTimeZone(String s,
CastDataProvider provider)
Parses TIME WITH TIME ZONE value from the specified string.
|
static ValueTimeTimeZone |
DateTimeUtils.parseTimeWithTimeZone(String s,
CastDataProvider provider)
Parses TIME WITH TIME ZONE value from the specified string.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static ValueTimeTimeZone |
ValueTimeTimeZone.fromNanos(long nanos,
int timeZoneOffsetSeconds)
Get or create a time value.
|
static ValueTimeTimeZone |
ValueTimeTimeZone.fromNanos(long nanos,
int timeZoneOffsetSeconds)
Get or create a time value.
|
static ValueTimeTimeZone |
ValueTimeTimeZone.parse(String s)
Parse a string to a ValueTime.
|
static ValueTimeTimeZone |
ValueTimeTimeZone.parse(String s)
Parse a string to a ValueTime.
|
Copyright © 2022. All rights reserved.