Uses of Class
org.apache.activemq.artemis.jdbc.store.sql.SQLProvider.DatabaseStoreType
-
Packages that use SQLProvider.DatabaseStoreType Package Description org.apache.activemq.artemis.jdbc.store.drivers org.apache.activemq.artemis.jdbc.store.sql -
-
Uses of SQLProvider.DatabaseStoreType in org.apache.activemq.artemis.jdbc.store.drivers
Methods in org.apache.activemq.artemis.jdbc.store.drivers with parameters of type SQLProvider.DatabaseStoreType Modifier and Type Method Description static SQLProviderJDBCUtils. getSQLProvider(String driverClass, String tableName, SQLProvider.DatabaseStoreType storeType)static SQLProviderJDBCUtils. getSQLProvider(Map<String,Object> dataSourceProperties, String tableName, SQLProvider.DatabaseStoreType storeType) -
Uses of SQLProvider.DatabaseStoreType in org.apache.activemq.artemis.jdbc.store.sql
Methods in org.apache.activemq.artemis.jdbc.store.sql that return SQLProvider.DatabaseStoreType Modifier and Type Method Description static SQLProvider.DatabaseStoreTypeSQLProvider.DatabaseStoreType. valueOf(String name)Returns the enum constant of this type with the specified name.static SQLProvider.DatabaseStoreType[]SQLProvider.DatabaseStoreType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.activemq.artemis.jdbc.store.sql with parameters of type SQLProvider.DatabaseStoreType Modifier and Type Method Description SQLProviderPropertySQLProvider.Factory. create(String tableName, SQLProvider.DatabaseStoreType dbStoreType)SQLProviderSQLProvider.Factory. create(String tableName, SQLProvider.DatabaseStoreType dbStoreType)
-