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 ValueDate
LegacyDateTimeUtils. fromDate(CastDataProvider provider, java.util.TimeZone timeZone, java.sql.Date date)
Get or create a date value for the given date.static ValueDate
JSR310Utils. 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 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. parse(java.lang.String s)
Parse a string to a ValueDate.
-