Uses of Class
org.h2.engine.Mode.ModeEnum
-
Packages that use Mode.ModeEnum Package Description org.h2.command This package contains the parser and the base classes for prepared SQL statements.org.h2.engine Contains high level classes of the database and classes that don't fit in another sub-package.org.h2.mode Utility classes for compatibility with other database, for example MySQL. -
-
Uses of Mode.ModeEnum in org.h2.command
Methods in org.h2.command with parameters of type Mode.ModeEnum Modifier and Type Method Description private Prepared
Parser. readSetCompatibility(Mode.ModeEnum modeEnum)
-
Uses of Mode.ModeEnum in org.h2.engine
Fields in org.h2.engine declared as Mode.ModeEnum Modifier and Type Field Description private Mode.ModeEnum
Mode. modeEnum
Methods in org.h2.engine that return Mode.ModeEnum Modifier and Type Method Description Mode.ModeEnum
Mode. getEnum()
static Mode.ModeEnum
Mode.ModeEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Mode.ModeEnum[]
Mode.ModeEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.h2.engine with parameters of type Mode.ModeEnum Constructor Description Mode(Mode.ModeEnum modeEnum)
-
Uses of Mode.ModeEnum in org.h2.mode
Methods in org.h2.mode with parameters of type Mode.ModeEnum Modifier and Type Method Description private static ModeFunction
ModeFunction. getCompatibilityModeFunction(java.lang.String name, Mode.ModeEnum modeEnum)
-