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 TimeZoneProvider
ConnectionInfo.timeZone
final TimeZoneProvider
Session.DynamicSettings.timeZone
The current time zone.private TimeZoneProvider
SessionLocal.timeZone
Methods 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 TypeMethodDescriptionvoid
SessionLocal.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) void
ToDateParser.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 class
Time zone provider with offset.(package private) static final class
Time zone provider with time zone.Fields in org.h2.util declared as TimeZoneProviderModifier and TypeFieldDescriptionstatic TimeZoneProvider[]
TimeZoneProvider.CACHE
A small cache for timezone providers.private static TimeZoneProvider
DateTimeUtils.LOCAL
static final TimeZoneProvider
TimeZoneProvider.UTC
The UTC time zone provider.Methods in org.h2.util that return TimeZoneProviderModifier and TypeMethodDescriptionstatic TimeZoneProvider
TimeZoneProvider.getDefault()
Returns the time zone provider for the system default time zone.static TimeZoneProvider
DateTimeUtils.getTimeZone()
Get the time zone provider for the default time zone.static TimeZoneProvider
Returns the time zone provider with the specified name.static TimeZoneProvider
TimeZoneProvider.ofOffset
(int offset) Returns the time zone provider with the specified offset.Methods in org.h2.util with parameters of type TimeZoneProviderModifier 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.