Uses of Enum Class
org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider.Factory.SQLDialect
Packages that use PropertySQLProvider.Factory.SQLDialect
-
Uses of PropertySQLProvider.Factory.SQLDialect in org.apache.activemq.artemis.jdbc.store.sql
Subclasses with type arguments of type PropertySQLProvider.Factory.SQLDialect in org.apache.activemq.artemis.jdbc.store.sqlMethods in org.apache.activemq.artemis.jdbc.store.sql that return PropertySQLProvider.Factory.SQLDialectModifier and TypeMethodDescriptionPropertySQLProvider.Factory.identifyDialect(String name) PropertySQLProvider.Factory.SQLDialect.identifyDialect(String name) Return null if no known dialect has been identified.PropertySQLProvider.Factory.investigateDialect(Connection connection) PropertySQLProvider.Factory.investigateDialect(Map<String, Object> dataSourceProperties) Returns the enum constant of this class with the specified name.PropertySQLProvider.Factory.SQLDialect.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.activemq.artemis.jdbc.store.sql with parameters of type PropertySQLProvider.Factory.SQLDialectModifierConstructorDescriptionprotectedPropertySQLProvider(PropertySQLProvider.Factory.SQLDialect dialect, String tableName, Properties sqlProperties)