| 程序包 | 说明 |
|---|---|
| org.h2.util |
Internal utility classes.
|
| org.h2.value |
Data type and value implementations.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static ValueDate |
LegacyDateTimeUtils.fromDate(CastDataProvider provider,
TimeZone timeZone,
Date date)
Get or create a date value for the given date.
|
static ValueDate |
LegacyDateTimeUtils.fromDate(CastDataProvider provider,
TimeZone timeZone,
Date date)
Get or create a date value for the given date.
|
static ValueDate |
JSR310Utils.localDateToValue(LocalDate localDate)
Converts a LocalDate to a Value.
|
static ValueDate |
JSR310Utils.localDateToValue(LocalDate localDate)
Converts a LocalDate to a Value.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ValueDate |
Value.convertToDate(CastDataProvider provider)
Converts this value to a DATE value.
|
ValueDate |
Value.convertToDate(CastDataProvider provider)
Converts this value to a DATE value.
|
static ValueDate |
ValueDate.fromDateValue(long dateValue)
Get or create a date value for the given date.
|
static ValueDate |
ValueDate.fromDateValue(long dateValue)
Get or create a date value for the given date.
|
static ValueDate |
ValueDate.parse(String s)
Parse a string to a ValueDate.
|
static ValueDate |
ValueDate.parse(String s)
Parse a string to a ValueDate.
|
Copyright © 2022. All rights reserved.