Enum Constant and Description |
---|
DB2
Deprecated.
|
HSQLDB
Deprecated.
|
MYSQL
Deprecated.
|
ORACLE
Deprecated.
|
POSTGRESQL
Deprecated.
|
SQLSERVER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static DBMSType |
getType(java.lang.String dbmsTypeName)
Deprecated.
|
static DBMSType |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static DBMSType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DBMSType DB2
public static final DBMSType HSQLDB
public static final DBMSType MYSQL
public static final DBMSType POSTGRESQL
public static final DBMSType SQLSERVER
public static final DBMSType ORACLE
public static DBMSType[] values()
for (DBMSType c : DBMSType.values()) System.out.println(c);
public static DBMSType 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 static DBMSType getType(java.lang.String dbmsTypeName)