public enum UniversalSyntaxServerType extends java.lang.Enum<UniversalSyntaxServerType>
Enum Constant and Description |
---|
DB2 |
Firebird |
Informix |
MSAccess |
MSSQL |
MSSQLCE |
MySQL |
Oracle |
PostgreSQL |
SQLite |
Sybase |
Teradata |
Unknown |
Modifier and Type | Method and Description |
---|---|
static UniversalSyntaxServerType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UniversalSyntaxServerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UniversalSyntaxServerType MSSQL
public static final UniversalSyntaxServerType MSSQLCE
public static final UniversalSyntaxServerType MSAccess
public static final UniversalSyntaxServerType MySQL
public static final UniversalSyntaxServerType Oracle
public static final UniversalSyntaxServerType PostgreSQL
public static final UniversalSyntaxServerType Firebird
public static final UniversalSyntaxServerType DB2
public static final UniversalSyntaxServerType Sybase
public static final UniversalSyntaxServerType Informix
public static final UniversalSyntaxServerType SQLite
public static final UniversalSyntaxServerType Teradata
public static final UniversalSyntaxServerType Unknown
public static UniversalSyntaxServerType[] values()
for (UniversalSyntaxServerType c : UniversalSyntaxServerType.values()) System.out.println(c);
public static UniversalSyntaxServerType 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 null