Uses of Interface
org.apache.activemq.artemis.jdbc.store.sql.SQLProvider
-
-
Uses of SQLProvider in org.apache.activemq.artemis.jdbc.store.drivers
Fields in org.apache.activemq.artemis.jdbc.store.drivers declared as SQLProvider Modifier and Type Field Description protected SQLProviderAbstractJDBCDriver. sqlProviderMethods in org.apache.activemq.artemis.jdbc.store.drivers that return SQLProvider Modifier and Type Method Description SQLProviderAbstractJDBCDriver. getSqlProvider()static SQLProviderJDBCUtils. getSQLProvider(String driverClass, String tableName, SQLProvider.DatabaseStoreType storeType)static SQLProviderJDBCUtils. getSQLProvider(Map<String,Object> dataSourceProperties, String tableName, SQLProvider.DatabaseStoreType storeType)Methods in org.apache.activemq.artemis.jdbc.store.drivers with parameters of type SQLProvider Modifier and Type Method Description voidAbstractJDBCDriver. setSqlProvider(SQLProvider sqlProvider)Constructors in org.apache.activemq.artemis.jdbc.store.drivers with parameters of type SQLProvider Constructor Description AbstractJDBCDriver(JDBCConnectionProvider connectionProvider, SQLProvider provider) -
Uses of SQLProvider in org.apache.activemq.artemis.jdbc.store.file
Constructors in org.apache.activemq.artemis.jdbc.store.file with parameters of type SQLProvider Constructor Description Db2SequentialFileDriver(JDBCConnectionProvider connectionProvider, SQLProvider provider)JDBCSequentialFileFactory(JDBCConnectionProvider connectionProvider, SQLProvider sqlProvider, Executor executor, ScheduledExecutorService scheduledExecutorService, long syncDelay, IOCriticalErrorListener criticalErrorListener)PostgresSequentialSequentialFileDriver(JDBCConnectionProvider connectionProvider, SQLProvider provider) -
Uses of SQLProvider in org.apache.activemq.artemis.jdbc.store.journal
Constructors in org.apache.activemq.artemis.jdbc.store.journal with parameters of type SQLProvider Constructor Description JDBCJournalImpl(JDBCConnectionProvider connectionProvider, SQLProvider provider, ScheduledExecutorService scheduledExecutorService, Executor completeExecutor, IOCriticalErrorListener criticalIOErrorListener, long syncDelay) -
Uses of SQLProvider in org.apache.activemq.artemis.jdbc.store.sql
Classes in org.apache.activemq.artemis.jdbc.store.sql that implement SQLProvider Modifier and Type Class Description classPropertySQLProviderProperty-based implementation of aSQLProvider's factory.Methods in org.apache.activemq.artemis.jdbc.store.sql that return SQLProvider Modifier and Type Method Description SQLProviderPropertySQLProvider.Factory. create(String tableName, SQLProvider.DatabaseStoreType dbStoreType)SQLProviderSQLProvider.Factory. create(String tableName, SQLProvider.DatabaseStoreType dbStoreType)
-