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 ValueTime
LegacyDateTimeUtils. fromTime(CastDataProvider provider, java.util.TimeZone timeZone, java.sql.Time time)
Get or create a time value for the given time.static ValueTime
JSR310Utils. 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 ValueTime
Value. convertToTime(TypeInfo targetType, CastDataProvider provider, int conversionMode)
static ValueTime
ValueTime. fromNanos(long nanos)
Get or create a time value.static ValueTime
ValueTime. parse(java.lang.String s)
Parse a string to a ValueTime.
-