Uses of Class
org.h2.value.ValueDate
Packages that use ValueDate
Package
Description
Internal utility classes.
Data type and value implementations.
-
Uses of ValueDate in org.h2.util
Methods in org.h2.util that return ValueDateModifier and TypeMethodDescriptionstatic 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. -
Uses of ValueDate in org.h2.value
Methods in org.h2.value that return ValueDateModifier and TypeMethodDescriptionfinal 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
Parse a string to a ValueDate.