Uses of Class
org.h2.value.ValueTime
-
Packages that use ValueTime Package Description org.h2.util Internal utility classes.org.h2.value Data type and value implementations. -
-
Uses of ValueTime in org.h2.util
Methods in org.h2.util that return ValueTime Modifier and Type Method Description static ValueTimeLegacyDateTimeUtils. fromTime(CastDataProvider provider, java.util.TimeZone timeZone, java.sql.Time time)Get or create a time value for the given time.static ValueTimeJSR310Utils. localTimeToValue(java.time.LocalTime localTime)Converts a LocalTime to a Value. -
Uses of ValueTime in org.h2.value
Methods in org.h2.value that return ValueTime Modifier and Type Method Description private ValueTimeValue. convertToTime(TypeInfo targetType, CastDataProvider provider, int conversionMode)static ValueTimeValueTime. fromNanos(long nanos)Get or create a time value.static ValueTimeValueTime. parse(java.lang.String s)Parse a string to a ValueTime.
-