public static enum DbDetector.Db extends java.lang.Enum<DbDetector.Db> implements DbDetector.DbOomConfigurator
| Enum Constant and Description |
|---|
DB2 |
DERBY |
HSQL |
INFORMIX |
MYSQL |
ORACLE |
POSTGRESQL |
SQL_SERVER |
SYBASE |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static DbDetector.Db |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DbDetector.Db[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfconfigurepublic static final DbDetector.Db UNKNOWN
public static final DbDetector.Db DERBY
public static final DbDetector.Db DB2
public static final DbDetector.Db HSQL
public static final DbDetector.Db INFORMIX
public static final DbDetector.Db SQL_SERVER
public static final DbDetector.Db MYSQL
public static final DbDetector.Db ORACLE
public static final DbDetector.Db POSTGRESQL
public static final DbDetector.Db SYBASE
public static DbDetector.Db[] values()
for (DbDetector.Db c : DbDetector.Db.values()) System.out.println(c);
public static DbDetector.Db 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 nullCopyright © 2003-2013 Jodd Team