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 ValueDateLegacyDateTimeUtils.fromDate(CastDataProvider provider, TimeZone timeZone, Date date) Get or create a date value for the given date.static ValueDateJSR310Utils.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 ValueDateValue.convertToDate(CastDataProvider provider) Converts this value to a DATE value.static ValueDateValueDate.fromDateValue(long dateValue) Get or create a date value for the given date.static ValueDateParse a string to a ValueDate.