Uses of Class
org.h2.value.ValueTimestampTimeZone
Packages that use ValueTimestampTimeZone
Package
Description
Contains high level classes of the database and classes that don't fit in another sub-package.
Functions.
Implementation of the JDBC API (package java.sql).
Utility classes for compatibility with other database, for example MySQL.
Internal utility classes.
Data type and value implementations.
-
Uses of ValueTimestampTimeZone in org.h2.engine
Fields in org.h2.engine declared as ValueTimestampTimeZoneModifier and TypeFieldDescriptionprivate ValueTimestampTimeZoneSessionLocal.currentTimestampprivate final ValueTimestampTimeZoneSessionLocal.sessionStartMethods in org.h2.engine that return ValueTimestampTimeZoneModifier and TypeMethodDescriptionCastDataProvider.currentTimestamp()Returns the current timestamp with maximum resolution.Database.currentTimestamp()SessionLocal.currentTimestamp()SessionRemote.currentTimestamp()SessionLocal.getCommandStartOrEnd()SessionLocal.getSessionStart() -
Uses of ValueTimestampTimeZone in org.h2.expression.function
Methods in org.h2.expression.function that return ValueTimestampTimeZoneModifier and TypeMethodDescriptionstatic ValueTimestampTimeZoneDateTimeFormatFunction.parseDateTime(SessionLocal session, String date, String format, String locale, String timeZone) Parses a date using a format string. -
Uses of ValueTimestampTimeZone in org.h2.jdbc
Methods in org.h2.jdbc that return ValueTimestampTimeZone -
Uses of ValueTimestampTimeZone in org.h2.mode
Methods in org.h2.mode that return ValueTimestampTimeZoneModifier and TypeMethodDescriptionprivate ValueTimestampTimeZoneToDateParser.getResultingValueWithTimeZone()static ValueTimestampTimeZoneToDateParser.toTimestampTz(SessionLocal session, String input, String format) Parse a string as a timestamp with the given format. -
Uses of ValueTimestampTimeZone in org.h2.util
Methods in org.h2.util that return ValueTimestampTimeZoneModifier and TypeMethodDescriptionstatic ValueTimestampTimeZoneDateTimeUtils.currentTimestamp(TimeZoneProvider timeZone) Returns current timestamp.static ValueTimestampTimeZoneDateTimeUtils.currentTimestamp(TimeZoneProvider timeZone, Instant now) Returns current timestamp using the specified instant for its value.static ValueTimestampTimeZoneJSR310Utils.instantToValue(Instant instant) Converts a Instant to a Value.static ValueTimestampTimeZoneJSR310Utils.offsetDateTimeToValue(OffsetDateTime offsetDateTime) Converts a OffsetDateTime to a Value.static ValueTimestampTimeZoneDateTimeUtils.timestampTimeZoneAtOffset(long dateValue, long timeNanos, int oldOffset, int newOffset) Moves timestamp with time zone to a new time zone.static ValueTimestampTimeZoneJSR310Utils.zonedDateTimeToValue(ZonedDateTime zonedDateTime) Converts a ZonedDateTime to a Value. -
Uses of ValueTimestampTimeZone in org.h2.value
Methods in org.h2.value that return ValueTimestampTimeZoneModifier and TypeMethodDescriptionprivate ValueTimestampTimeZoneValue.convertToTimestampTimeZone(TypeInfo targetType, CastDataProvider provider, int conversionMode) static ValueTimestampTimeZoneValueTimestampTimeZone.fromDateValueAndNanos(long dateValue, long timeNanos, int timeZoneOffsetSeconds) Get or create a date value for the given date.static ValueTimestampTimeZoneValueTimestampTimeZone.parse(String s, CastDataProvider provider) Parse a string to a ValueTimestamp.