Package | Description |
---|---|
org.h2.engine |
Contains high level classes of the database and classes that don't fit in another sub-package.
|
Modifier and Type | Field and Description |
---|---|
Mode.UniqueIndexNullsHandling |
Mode.uniqueIndexNullsHandling
Determines how rows with
NULL values in indexed columns are handled
in unique indexes. |
Modifier and Type | Method and Description |
---|---|
static Mode.UniqueIndexNullsHandling |
Mode.UniqueIndexNullsHandling.valueOf(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.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.