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 Prepared
Parser.parseAlterTableCompatibility
(Schema schema, String tableName, boolean ifTableExists, Mode mode) private boolean
Parser.parseCompatibilityIdentity
(Column column, Mode mode) private void
Parser.parseInsertCompatibility
(Insert command, Table table, Mode mode) -
Uses of Mode in org.h2.engine
Fields in org.h2.engine declared as ModeModifier and TypeFieldDescriptionprivate Mode
Database.mode
final Mode
Session.DynamicSettings.mode
The database mode.Fields in org.h2.engine with type parameters of type ModeMethods in org.h2.engine that return ModeModifier and TypeMethodDescriptionstatic Mode
Mode.getInstance
(String name) Get the mode with the given name.CastDataProvider.getMode()
Returns the database mode.Database.getMode()
SessionLocal.getMode()
SessionRemote.getMode()
static Mode
Mode.getRegular()
Methods in org.h2.engine with parameters of type ModeModifier and TypeMethodDescriptionprivate static void
void
Constructors 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 DataType
DataType.getTypeByName
(String s, Mode mode) Get a data type object from a type name.