static PropertySQLProvider.Factory.SQLDialect |
PropertySQLProvider.Factory.identifyDialect(String name) |
|
static PropertySQLProvider.Factory.SQLDialect |
PropertySQLProvider.Factory.SQLDialect.identifyDialect(String name) |
Return null if no known dialect has been identified.
|
static PropertySQLProvider.Factory.SQLDialect |
PropertySQLProvider.Factory.investigateDialect(Connection connection) |
|
static PropertySQLProvider.Factory.SQLDialect |
PropertySQLProvider.Factory.investigateDialect(Map<String,Object> dataSourceProperties) |
|
static PropertySQLProvider.Factory.SQLDialect |
PropertySQLProvider.Factory.SQLDialect.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static PropertySQLProvider.Factory.SQLDialect[] |
PropertySQLProvider.Factory.SQLDialect.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|