Uses of Class
org.h2.value.ValueDate
-
Packages that use ValueDate Package Description org.h2.util Internal utility classes.org.h2.value Data type and value implementations. -
-
Uses of ValueDate in org.h2.util
Methods in org.h2.util that return ValueDate Modifier and Type Method Description static ValueDateLegacyDateTimeUtils. fromDate(CastDataProvider provider, java.util.TimeZone timeZone, java.sql.Date date)Get or create a date value for the given date.static ValueDateJSR310Utils. localDateToValue(java.time.LocalDate localDate)Converts a LocalDate to a Value. -
Uses of ValueDate in org.h2.value
Methods in org.h2.value that return ValueDate Modifier and Type Method Description 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 ValueDateValueDate. parse(java.lang.String s)Parse a string to a ValueDate.
-