Uses of Class
org.h2.util.TimeZoneProvider
Packages that use TimeZoneProvider
Package
Description
Contains DML (data manipulation language) and related SQL statements.
Contains high level classes of the database and classes that don't fit in another sub-package.
Implementation of the JDBC API (package java.sql).
Utility classes for compatibility with other database, for example MySQL.
PostgreSQL server implementation of this database.
Internal utility classes.
-
Uses of TimeZoneProvider in org.h2.command.dml
Methods in org.h2.command.dml that return TimeZoneProvider -
Uses of TimeZoneProvider in org.h2.engine
Fields in org.h2.engine declared as TimeZoneProviderModifier and TypeFieldDescriptionprivate TimeZoneProviderConnectionInfo.timeZonefinal TimeZoneProviderSession.DynamicSettings.timeZoneThe current time zone.private TimeZoneProviderSessionLocal.timeZoneMethods in org.h2.engine that return TimeZoneProviderModifier and TypeMethodDescriptionCastDataProvider.currentTimeZone()Returns the current time zone.Database.currentTimeZone()SessionLocal.currentTimeZone()SessionRemote.currentTimeZone()ConnectionInfo.getTimeZone()Returns the time zone.Methods in org.h2.engine with parameters of type TimeZoneProviderModifier and TypeMethodDescriptionvoidSessionLocal.setTimeZone(TimeZoneProvider timeZone) Sets current time zone.Constructors in org.h2.engine with parameters of type TimeZoneProviderModifierConstructorDescriptionDynamicSettings(Mode mode, TimeZoneProvider timeZone) Creates new instance of dynamic settings. -
Uses of TimeZoneProvider in org.h2.jdbc
Methods in org.h2.jdbc that return TimeZoneProvider -
Uses of TimeZoneProvider in org.h2.mode
Fields in org.h2.mode declared as TimeZoneProviderMethods in org.h2.mode with parameters of type TimeZoneProviderModifier and TypeMethodDescription(package private) voidToDateParser.setTimeZone(TimeZoneProvider timeZone) -
Uses of TimeZoneProvider in org.h2.server.pg
Fields in org.h2.server.pg declared as TimeZoneProvider -
Uses of TimeZoneProvider in org.h2.util
Subclasses of TimeZoneProvider in org.h2.utilModifier and TypeClassDescriptionprivate static final classTime zone provider with offset.(package private) static final classTime zone provider with time zone.Fields in org.h2.util declared as TimeZoneProviderModifier and TypeFieldDescriptionstatic TimeZoneProvider[]TimeZoneProvider.CACHEA small cache for timezone providers.private static TimeZoneProviderDateTimeUtils.LOCALstatic final TimeZoneProviderTimeZoneProvider.UTCThe UTC time zone provider.Methods in org.h2.util that return TimeZoneProviderModifier and TypeMethodDescriptionstatic TimeZoneProviderTimeZoneProvider.getDefault()Returns the time zone provider for the system default time zone.static TimeZoneProviderDateTimeUtils.getTimeZone()Get the time zone provider for the default time zone.static TimeZoneProviderReturns the time zone provider with the specified name.static TimeZoneProviderTimeZoneProvider.ofOffset(int offset) Returns the time zone provider with the specified offset.Methods in org.h2.util with parameters of type TimeZoneProviderModifier 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.