Uses of Class
org.h2.engine.Mode
Packages that use Mode
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).
Data type and value implementations.
-
Uses of Mode in org.h2.engine
Fields in org.h2.engine declared as ModeMethods in org.h2.engine that return ModeModifier and TypeMethodDescriptionstatic ModeMode.getInstance(String name) Get the mode with the given name.CastDataProvider.getMode()Returns the database mode.Database.getMode()SessionLocal.getMode()SessionRemote.getMode()static ModeMode.getRegular()Methods in org.h2.engine with parameters of type ModeConstructors in org.h2.engine with parameters of type ModeModifierConstructorDescriptionDynamicSettings(Mode mode, TimeZoneProvider timeZone) Creates new instance of dynamic settings. -
Uses of Mode in org.h2.jdbc
Methods in org.h2.jdbc that return Mode -
Uses of Mode in org.h2.value
Methods in org.h2.value with parameters of type ModeModifier and TypeMethodDescriptionstatic DataTypeDataType.getTypeByName(String s, Mode mode) Get a data type object from a type name.