Uses of Class
org.h2.engine.Session.StaticSettings
Packages that use Session.StaticSettings
Package
Description
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).
-
Uses of Session.StaticSettings in org.h2.engine
Fields in org.h2.engine declared as Session.StaticSettingsMethods in org.h2.engine that return Session.StaticSettingsModifier and TypeMethodDescriptionabstract Session.StaticSettings
Session.getStaticSettings()
Returns static settings.SessionLocal.getStaticSettings()
SessionRemote.getStaticSettings()
-
Uses of Session.StaticSettings in org.h2.jdbc
Methods in org.h2.jdbc that return Session.StaticSettings