Package org.h2.engine
Class Session.DynamicSettings
java.lang.Object
org.h2.engine.Session.DynamicSettings
- Enclosing class:
Session
Dynamic settings.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Mode
The database mode.final TimeZoneProvider
The current time zone. -
Constructor Summary
ConstructorsConstructorDescriptionDynamicSettings
(Mode mode, TimeZoneProvider timeZone) Creates new instance of dynamic settings. -
Method Summary
-
Field Details
-
mode
The database mode. -
timeZone
The current time zone.
-
-
Constructor Details
-
DynamicSettings
Creates new instance of dynamic settings.- Parameters:
mode
- the database modetimeZone
- the current time zone
-