Uses of Class
org.h2.engine.Mode.CharPadding
-
Packages that use Mode.CharPadding Package Description org.h2.engine Contains high level classes of the database and classes that don't fit in another sub-package. -
-
Uses of Mode.CharPadding in org.h2.engine
Fields in org.h2.engine declared as Mode.CharPadding Modifier and Type Field Description Mode.CharPadding
Mode. charPadding
How to pad or trim CHAR values.Methods in org.h2.engine that return Mode.CharPadding Modifier and Type Method Description static Mode.CharPadding
Mode.CharPadding. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Mode.CharPadding[]
Mode.CharPadding. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-