Package | Description |
---|---|
org.h2.util |
Internal utility classes.
|
org.h2.value |
Data type and value implementations.
|
Modifier and Type | Method and Description |
---|---|
static Object |
LocalDateTimeUtils.valueToOffsetDateTime(ValueTimestampTimeZone value)
Converts a value to a OffsetDateTime.
|
Modifier and Type | Method and Description |
---|---|
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 JBoss by Red Hat. All rights reserved.