Uses of Class
org.h2.engine.Mode
Packages that use Mode
Package
Description
This package contains the parser and the base classes for prepared SQL statements.
Contains high level classes of the database and classes that don't fit in another sub-package.
Functions.
Implementation of the JDBC API (package java.sql).
Data type and value implementations.
-
Uses of Mode in org.h2.command
Methods in org.h2.command with parameters of type ModeModifier and TypeMethodDescriptionprivate PreparedParser.parseAlterTableCompatibility(Schema schema, String tableName, boolean ifTableExists, Mode mode) private booleanParser.parseCompatibilityIdentity(Column column, Mode mode) private voidParser.parseInsertCompatibility(Insert command, Table table, Mode mode) -
Uses of Mode in org.h2.engine
Fields in org.h2.engine declared as ModeModifier and TypeFieldDescriptionprivate ModeDatabase.modefinal ModeSession.DynamicSettings.modeThe database mode.Fields in org.h2.engine with type parameters of type 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 ModeModifier and TypeMethodDescriptionprivate static voidvoidConstructors 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.expression.function
Methods in org.h2.expression.function with parameters of type Mode -
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.