Uses of Class
org.h2.engine.Mode.UniqueIndexNullsHandling
-
Packages that use Mode.UniqueIndexNullsHandling 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.UniqueIndexNullsHandling in org.h2.engine
Fields in org.h2.engine declared as Mode.UniqueIndexNullsHandling Modifier and Type Field Description Mode.UniqueIndexNullsHandlingMode. uniqueIndexNullsHandlingDetermines how rows withNULLvalues in indexed columns are handled in unique indexes.Methods in org.h2.engine that return Mode.UniqueIndexNullsHandling Modifier and Type Method Description static Mode.UniqueIndexNullsHandlingMode.UniqueIndexNullsHandling. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Mode.UniqueIndexNullsHandling[]Mode.UniqueIndexNullsHandling. values()Returns an array containing the constants of this enum type, in the order they are declared.
-