Uses of Class
org.h2.engine.Session.StaticSettings
-
Packages that use Session.StaticSettings Package Description org.h2.engine Contains high level classes of the database and classes that don't fit in another sub-package.org.h2.jdbc Implementation of the JDBC API (package java.sql). -
-
Uses of Session.StaticSettings in org.h2.engine
Fields in org.h2.engine declared as Session.StaticSettings Modifier and Type Field Description (package private) Session.StaticSettings
Session. staticSettings
Methods in org.h2.engine that return Session.StaticSettings Modifier and Type Method Description abstract Session.StaticSettings
Session. getStaticSettings()
Returns static settings.Session.StaticSettings
SessionLocal. getStaticSettings()
Session.StaticSettings
SessionRemote. getStaticSettings()
-
Uses of Session.StaticSettings in org.h2.jdbc
Methods in org.h2.jdbc that return Session.StaticSettings Modifier and Type Method Description Session.StaticSettings
JdbcConnection. getStaticSettings()
INTERNAL
-