Uses of Class
org.h2.engine.Setting
Packages that use Setting
Package
Description
Contains high level classes of the database and classes that don't fit in another sub-package.
-
Uses of Setting in org.h2.engine
Fields in org.h2.engine with type parameters of type SettingModifier and TypeFieldDescriptionprivate final ConcurrentHashMap
<String, Setting> Database.settings
Methods in org.h2.engine that return SettingModifier and TypeMethodDescriptionDatabase.findSetting
(String name) Get the setting if it exists, or null if not.Methods in org.h2.engine that return types with arguments of type Setting