Package | Description |
---|---|
org.h2.engine |
Contains high level classes of the database and classes that don't fit in another sub-package.
|
org.h2.util |
Internal utility classes.
|
Modifier and Type | Method and Description |
---|---|
Mode.ModeEnum |
Mode.getEnum() |
static Mode.ModeEnum |
Mode.ModeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mode.ModeEnum[] |
Mode.ModeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ColumnNamerConfiguration.configure(Mode.ModeEnum modeEnum)
Configure the rules.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.