static PropertySQLProvider.Factory.SQLDialect |
PropertySQLProvider.Factory.identifyDialect(java.lang.String name) |
|
static PropertySQLProvider.Factory.SQLDialect |
PropertySQLProvider.Factory.SQLDialect.identifyDialect(java.lang.String name) |
Return null if no known dialect has been identified.
|
static PropertySQLProvider.Factory.SQLDialect |
PropertySQLProvider.Factory.investigateDialect(java.sql.Connection connection) |
|
static PropertySQLProvider.Factory.SQLDialect |
PropertySQLProvider.Factory.investigateDialect(java.util.Map<java.lang.String,java.lang.Object> dataSourceProperties) |
|
static PropertySQLProvider.Factory.SQLDialect |
PropertySQLProvider.Factory.SQLDialect.valueOf(java.lang.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.
|