Class PropertySQLProvider.Factory
java.lang.Object
org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider.Factory
- All Implemented Interfaces:
SQLProvider.Factory
- Enclosing class:
PropertySQLProvider
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionFactory(DataSource dataSource) Factory(JDBCConnectionProvider connectionProvider) -
Method Summary
Modifier and TypeMethodDescriptioncreate(String tableName, SQLProvider.DatabaseStoreType dbStoreType) identifyDialect(String name) investigateDialect(Connection connection) investigateDialect(Map<String, Object> dataSourceProperties)
-
Constructor Details
-
Factory
-
Factory
-
Factory
-
Factory
-
-
Method Details
-
investigateDialect
-
investigateDialect
public static PropertySQLProvider.Factory.SQLDialect investigateDialect(Map<String, Object> dataSourceProperties) -
identifyDialect
-
create
- Specified by:
createin interfaceSQLProvider.Factory
-