Uses of Class
org.h2.expression.Format.FormatEnum
-
Packages that use Format.FormatEnum Package Description org.h2.expression Expressions include mathematical operations, simple values, and others. -
-
Uses of Format.FormatEnum in org.h2.expression
Fields in org.h2.expression declared as Format.FormatEnum Modifier and Type Field Description private Format.FormatEnum
Format. format
Methods in org.h2.expression that return Format.FormatEnum Modifier and Type Method Description static Format.FormatEnum
Format.FormatEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Format.FormatEnum[]
Format.FormatEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.h2.expression with parameters of type Format.FormatEnum Constructor Description Format(Expression arg, Format.FormatEnum format)
-