Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.activemq.store.jdbc.adapter

Message persistence implemented using JDBC

See:
          Description

Class Summary
AxionJDBCAdapter Axion specific Adapter.
BlobJDBCAdapter This JDBCAdapter inserts and extracts BLOB data using the getBlob()/setBlob() operations.
BytesJDBCAdapter This JDBCAdapter inserts and extracts BLOB data using the setBytes()/getBytes() operations.
CachingStatementProvider A StatementProvider filter that caches the responses of the filtered StatementProvider.
DefaultJDBCAdapter Implements all the default JDBC operations that are used by the JDBCPersistenceAdapter.
DefaultStatementProvider  
HsqldbJDBCAdapter  
HsqldbJDBCAdapter.HSQLStatementProvider  
ImageBasedJDBCAdaptor Provides JDBCAdapter since that uses IMAGE datatype to hold binary data.
InformixJDBCAdapter JDBC Adapter for Informix database.
OracleJDBCAdapter Implements all the default JDBC operations that are used by the JDBCPersistenceAdapter.
PostgresqlJDBCAdapter Implements all the default JDBC operations that are used by the JDBCPersistenceAdapter.
StreamJDBCAdapter This JDBCAdapter inserts and extracts BLOB data using the setBinaryStream()/getBinaryStream() operations.
 

Package org.activemq.store.jdbc.adapter Description

Message persistence implemented using JDBC