Uses of Package
org.apache.activemq.store.jdbc.adapter
Packages that use org.apache.activemq.store.jdbc.adapter
Package
Description
Implements database/driver apapters to compensate for the
wide differences in the BLOB handing of JDBC drivers.
-
Classes in org.apache.activemq.store.jdbc.adapter used by org.apache.activemq.store.jdbc.adapterClassDescriptionThis JDBCAdapter inserts and extracts BLOB data using the getBlob()/setBlob() operations.This JDBCAdapter inserts and extracts BLOB data using the setBytes()/getBytes() operations.Implements all the default JDBC operations that are used by the JDBCPersistenceAdapter.Provides JDBCAdapter since that uses IMAGE datatype to hold binary data.This JDBCAdapter inserts and extracts BLOB data using the setBinaryStream()/getBinaryStream() operations.