Uses of Class
org.h2.value.ValueTimestamp
Packages that use ValueTimestamp
Package
Description
Utility classes for compatibility with other database, for example MySQL.
Internal utility classes.
Data type and value implementations.
-
Uses of ValueTimestamp in org.h2.mode
Methods in org.h2.mode that return ValueTimestampModifier and TypeMethodDescriptionstatic ValueTimestampToDateParser.toDate(SessionLocal session, String input, String format) Parse a string as a date with the given format.static ValueTimestampToDateParser.toTimestamp(SessionLocal session, String input, String format) Parse a string as a timestamp with the given format. -
Uses of ValueTimestamp in org.h2.util
Methods in org.h2.util that return ValueTimestampModifier and TypeMethodDescriptionstatic ValueTimestampLegacyDateTimeUtils.fromTimestamp(CastDataProvider provider, long ms, int nanos) Get or create a timestamp value for the given date/time in millis.static ValueTimestampLegacyDateTimeUtils.fromTimestamp(CastDataProvider provider, TimeZone timeZone, Timestamp timestamp) Get or create a timestamp value for the given timestamp.static ValueTimestampJSR310Utils.localDateTimeToValue(LocalDateTime localDateTime) Converts a LocalDateTime to a Value. -
Uses of ValueTimestamp in org.h2.value
Methods in org.h2.value that return ValueTimestampModifier and TypeMethodDescriptionstatic ValueTimestampValueTimestamp.fromDateValueAndNanos(long dateValue, long timeNanos) Get or create a date value for the given date.static ValueTimestampValueTimestamp.parse(String s, CastDataProvider provider) Parse a string to a ValueTimestamp, using the givenCastDataProvider.