| 程序包 | 说明 |
|---|---|
| org.h2.util |
Internal utility classes.
|
| org.h2.value |
Data type and value implementations.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Object |
LocalDateTimeUtils.valueToOffsetDateTime(ValueTimestampTimeZone value)
Converts a value to a OffsetDateTime.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static ValueTimestampTimeZone |
ValueTimestampTimeZone.fromDateValueAndNanos(long dateValue,
long timeNanos,
short timeZoneOffsetMins)
Get or create a date value for the given date.
|
static ValueTimestampTimeZone |
ValueTimestampTimeZone.get(TimestampWithTimeZone timestamp)
Get or create a timestamp value for the given timestamp.
|
static ValueTimestampTimeZone |
ValueTimestampTimeZone.parse(String s)
Parse a string to a ValueTimestamp.
|
Copyright © 2017. All rights reserved.