| Enum Constant and Description |
|---|
AURORA_MYSQL |
AURORA_POSTGRESQL |
AZURE |
DERBY |
MYSQL |
ORACLE |
POSTGRESQL |
SQLSERVER |
| Modifier and Type | Method and Description |
|---|---|
static Database |
findDatabase(java.lang.String text)
findDatabase
|
static Database |
fromString(java.lang.String text)
fromString
|
java.lang.String |
getLongText() |
java.lang.String |
getMinimumSupportedVersion() |
java.util.regex.Pattern |
getPattern() |
java.lang.String |
toString() |
static Database |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Database[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Database DERBY
public static final Database MYSQL
public static final Database ORACLE
public static final Database POSTGRESQL
public static final Database SQLSERVER
public static final Database AZURE
public static final Database AURORA_MYSQL
public static final Database AURORA_POSTGRESQL
public static Database[] values()
for (Database c : Database.values()) System.out.println(c);
public static Database valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<Database>public java.lang.String getLongText()
public java.util.regex.Pattern getPattern()
public java.lang.String getMinimumSupportedVersion()
public static Database fromString(java.lang.String text)
text - Database instance, or Database.DERBY if not found.public static Database findDatabase(java.lang.String text)
text - Database instance, or null if not found.Copyright © 2024 Denodo Technologies. All rights reserved.