public enum SQLDialect extends Enum<SQLDialect>
| Enum Constant and Description | 
|---|
| DB2_10_5 | 
| HSQLDB_2_3 | 
| MySQL_5_6 | 
| Oracle_11_2 | 
| PostgreSQL_9_3 | 
| SQLite_3_8 | 
| SQLServer_12_0 | 
| Modifier and Type | Method and Description | 
|---|---|
| static SQLDialect | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static SQLDialect[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final SQLDialect DB2_10_5
public static final SQLDialect Oracle_11_2
public static final SQLDialect PostgreSQL_9_3
public static final SQLDialect SQLServer_12_0
public static final SQLDialect SQLite_3_8
public static final SQLDialect MySQL_5_6
public static final SQLDialect HSQLDB_2_3
public static SQLDialect[] values()
for (SQLDialect c : SQLDialect.values()) System.out.println(c);
public static SQLDialect valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null
OACC is a Java Application Security Framework developed by Acciente, LLC., released under Apache License 2.0.
Copyright 2009-2017, Acciente, LLC.