Uses of Interface
org.apache.activemq.store.jdbc.JDBCAdapter
Packages that use JDBCAdapter
Package
Description
Message persistence implemented using JDBC
Implements database/driver apapters to compensate for the
wide differences in the BLOB handing of JDBC drivers.
-
Uses of JDBCAdapter in org.apache.activemq.store.jdbc
Fields in org.apache.activemq.store.jdbc declared as JDBCAdapterMethods in org.apache.activemq.store.jdbc that return JDBCAdapterModifier and TypeMethodDescriptionprotected JDBCAdapterJDBCPersistenceAdapter.createAdapter()JDBCPersistenceAdapter.getAdapter()Methods in org.apache.activemq.store.jdbc with parameters of type JDBCAdapterConstructors in org.apache.activemq.store.jdbc with parameters of type JDBCAdapterModifierConstructorDescriptionJDBCMessageStore(JDBCPersistenceAdapter persistenceAdapter, JDBCAdapter adapter, org.apache.activemq.wireformat.WireFormat wireFormat, org.apache.activemq.command.ActiveMQDestination destination, org.apache.activemq.ActiveMQMessageAudit audit) JDBCTopicMessageStore(JDBCPersistenceAdapter persistenceAdapter, JDBCAdapter adapter, org.apache.activemq.wireformat.WireFormat wireFormat, org.apache.activemq.command.ActiveMQTopic topic, org.apache.activemq.ActiveMQMessageAudit audit) -
Uses of JDBCAdapter in org.apache.activemq.store.jdbc.adapter
Classes in org.apache.activemq.store.jdbc.adapter that implement JDBCAdapterModifier and TypeClassDescriptionclassAxion specific Adapter.classThis JDBCAdapter inserts and extracts BLOB data using the getBlob()/setBlob() operations.classThis JDBCAdapter inserts and extracts BLOB data using the setBytes()/getBytes() operations.classclassImplements all the default JDBC operations that are used by the JDBCPersistenceAdapter.classclassProvides JDBCAdapter since that uses IMAGE datatype to hold binary data.classJDBC Adapter for Informix database.classJDBC Adapter for the MaxDB database.classclassImplements all the default JDBC operations that are used by the JDBCPersistenceAdapter.classImplements all the default JDBC operations that are used by the JDBCPersistenceAdapter.classImplements all the default JDBC operations that are used by the JDBCPersistenceAdapter.classclassThis JDBCAdapter inserts and extracts BLOB data using the setBinaryStream()/getBinaryStream() operations.classA JDBC Adapter for Sybase databasesclassA JDBC Adapter for Transact-SQL based databases such as SQL Server or Sybase