Uses of Enum
org.h2.engine.Mode.ExpressionNames
Packages that use Mode.ExpressionNames
Package
Description
Contains high level classes of the database and classes that don't fit in another sub-package.
-
Uses of Mode.ExpressionNames in org.h2.engine
Subclasses with type arguments of type Mode.ExpressionNames in org.h2.engineModifier and TypeClassDescriptionstatic enumGeneration of column names for expressions.Fields in org.h2.engine declared as Mode.ExpressionNamesModifier and TypeFieldDescriptionMode.expressionNamesHow column names are generated for expressions.Methods in org.h2.engine that return Mode.ExpressionNamesModifier and TypeMethodDescriptionstatic Mode.ExpressionNamesReturns the enum constant of this type with the specified name.static Mode.ExpressionNames[]Mode.ExpressionNames.values()Returns an array containing the constants of this enum type, in the order they are declared.