Uses of Class
org.h2.value.ValueTimestampTimeZone
-
Packages that use ValueTimestampTimeZone Package Description org.h2.engine Contains high level classes of the database and classes that don't fit in another sub-package.org.h2.expression.function Functions.org.h2.jdbc Implementation of the JDBC API (package java.sql).org.h2.mode Utility classes for compatibility with other database, for example MySQL.org.h2.util Internal utility classes.org.h2.value Data type and value implementations. -
-
Uses of ValueTimestampTimeZone in org.h2.engine
Fields in org.h2.engine declared as ValueTimestampTimeZone Modifier and Type Field Description private ValueTimestampTimeZoneSessionLocal. currentTimestampprivate ValueTimestampTimeZoneSessionLocal. sessionStartMethods in org.h2.engine that return ValueTimestampTimeZone Modifier and Type Method Description ValueTimestampTimeZoneCastDataProvider. currentTimestamp()Returns the current timestamp with maximum resolution.ValueTimestampTimeZoneDatabase. currentTimestamp()ValueTimestampTimeZoneSessionLocal. currentTimestamp()ValueTimestampTimeZoneSessionRemote. currentTimestamp()ValueTimestampTimeZoneSessionLocal. getCommandStartOrEnd()ValueTimestampTimeZoneSessionLocal. getSessionStart() -
Uses of ValueTimestampTimeZone in org.h2.expression.function
Methods in org.h2.expression.function that return ValueTimestampTimeZone Modifier and Type Method Description static ValueTimestampTimeZoneDateTimeFormatFunction. parseDateTime(SessionLocal session, java.lang.String date, java.lang.String format, java.lang.String locale, java.lang.String timeZone)Parses a date using a format string. -
Uses of ValueTimestampTimeZone in org.h2.jdbc
Methods in org.h2.jdbc that return ValueTimestampTimeZone Modifier and Type Method Description ValueTimestampTimeZoneJdbcConnection. currentTimestamp() -
Uses of ValueTimestampTimeZone in org.h2.mode
Methods in org.h2.mode that return ValueTimestampTimeZone Modifier and Type Method Description private ValueTimestampTimeZoneToDateParser. getResultingValueWithTimeZone()static ValueTimestampTimeZoneToDateParser. toTimestampTz(SessionLocal session, java.lang.String input, java.lang.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 ValueTimestampTimeZone Modifier and Type Method Description static ValueTimestampTimeZoneDateTimeUtils. currentTimestamp(TimeZoneProvider timeZone)Returns current timestamp.static ValueTimestampTimeZoneDateTimeUtils. currentTimestamp(TimeZoneProvider timeZone, java.time.Instant now)Returns current timestamp using the specified instant for its value.static ValueTimestampTimeZoneJSR310Utils. instantToValue(java.time.Instant instant)Converts a Instant to a Value.static ValueTimestampTimeZoneJSR310Utils. offsetDateTimeToValue(java.time.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(java.time.ZonedDateTime zonedDateTime)Converts a ZonedDateTime to a Value. -
Uses of ValueTimestampTimeZone in org.h2.value
Methods in org.h2.value that return ValueTimestampTimeZone Modifier and Type Method Description private 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(java.lang.String s, CastDataProvider provider)Parse a string to a ValueTimestamp.
-