| Package | Description |
|---|---|
| org.modeshape.common.database |
| Modifier and Type | Method and Description |
|---|---|
DatabaseType.Name |
DatabaseType.name()
Get the name of the database
|
static DatabaseType.Name |
DatabaseType.Name.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseType.Name[] |
DatabaseType.Name.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DatabaseType(DatabaseType.Name name,
int majorVersion,
int minorVersion)
Create a new instance which has a name, major and minor version.
|
Copyright © 2008–2021 JBoss, a division of Red Hat. All rights reserved.