Package org.apache.activemq.store.jdbc.adapter
package org.apache.activemq.store.jdbc.adapter
Implements database/driver apapters to compensate for the wide differences in the BLOB handing of JDBC drivers.
-
ClassesClassDescriptionAxion specific Adapter.This 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.JDBC Adapter for Informix database.JDBC Adapter for the MaxDB database.Implements all the default JDBC operations that are used by the JDBCPersistenceAdapter.Implements all the default JDBC operations that are used by the JDBCPersistenceAdapter.Implements all the default JDBC operations that are used by the JDBCPersistenceAdapter.This JDBCAdapter inserts and extracts BLOB data using the setBinaryStream()/getBinaryStream() operations.A JDBC Adapter for Sybase databasesRepresents an exclusive lock on a database to avoid multiple brokers running against the same logical database.A JDBC Adapter for Transact-SQL based databases such as SQL Server or Sybase