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 ValueTimestampTimeZone
SessionLocal.currentTimestamp
private final ValueTimestampTimeZone
SessionLocal.sessionStart
Methods 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 ValueTimestampTimeZone
DateTimeFormatFunction.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 ValueTimestampTimeZone
ToDateParser.getResultingValueWithTimeZone()
static ValueTimestampTimeZone
ToDateParser.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 ValueTimestampTimeZone
DateTimeUtils.currentTimestamp
(TimeZoneProvider timeZone) Returns current timestamp.static ValueTimestampTimeZone
DateTimeUtils.currentTimestamp
(TimeZoneProvider timeZone, Instant now) Returns current timestamp using the specified instant for its value.static ValueTimestampTimeZone
JSR310Utils.instantToValue
(Instant instant) Converts a Instant to a Value.static ValueTimestampTimeZone
JSR310Utils.offsetDateTimeToValue
(OffsetDateTime offsetDateTime) Converts a OffsetDateTime to a Value.static ValueTimestampTimeZone
DateTimeUtils.timestampTimeZoneAtOffset
(long dateValue, long timeNanos, int oldOffset, int newOffset) Moves timestamp with time zone to a new time zone.static ValueTimestampTimeZone
JSR310Utils.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 ValueTimestampTimeZone
Value.convertToTimestampTimeZone
(TypeInfo targetType, CastDataProvider provider, int conversionMode) static ValueTimestampTimeZone
ValueTimestampTimeZone.fromDateValueAndNanos
(long dateValue, long timeNanos, int timeZoneOffsetSeconds) Get or create a date value for the given date.static ValueTimestampTimeZone
ValueTimestampTimeZone.parse
(String s, CastDataProvider provider) Parse a string to a ValueTimestamp.